Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-drsuapi.c:6197

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

drsuapi_dissect_union_DsRplicaOpOptions

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-drsuapi.c)expand/collapse
Show more  
 6179  drsuapi_dissect_union_DsRplicaOpOptions(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 6180  {
 6181      proto_item *item=NULL;
 6182      proto_tree *tree=NULL;
 6183      int old_offset;
 6184      guint16 level;
 6185   
 6186      ALIGN_TO_2_BYTES;
 6187   
 6188      old_offset=offset;
 6189      if(parent_tree){
 6190          item=proto_tree_add_text(parent_tree, tvb, offset, -1, "DsRplicaOpOptions");
 6191          tree=proto_item_add_subtree(item, ett_drsuapi_DsRplicaOpOptions);
 6192      }
 6193   
 6194      offset=dissect_ndr_uint16(tvb, offset, pinfo, tree,
 6195[+]                               drep, hf_index, &level);
 6196   
 6197      switch(level){
Show more  




Change Warning 3277.34789 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: