Text   |  XML   |  ReML   |   Visible Warnings:

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

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

drsuapi_dissect_union_DsBindInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-drsuapi.c)expand/collapse
Show more  
 1151  drsuapi_dissect_union_DsBindInfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 1152  {
 1153      proto_item *item=NULL;
 1154      proto_tree *tree=NULL;
 1155      int old_offset;
 1156      guint32 level;
 1157   
 1158      ALIGN_TO_4_BYTES;
 1159   
 1160      old_offset=offset;
 1161      if(parent_tree){
 1162          item=proto_tree_add_text(parent_tree, tvb, offset, -1, "DsBindInfo");
 1163          tree=proto_item_add_subtree(item, ett_drsuapi_DsBindInfo);
 1164      }
 1165   
 1166      offset=dissect_ndr_uint32(tvb, offset, pinfo, tree,
 1167[+]                               drep, hf_index, &level);
 1168   
 1169      switch(level){
Show more  




Change Warning 3259.35139 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: