Text   |  XML   |  ReML   |   Visible Warnings:

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

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

drsuapi_dissect_union_DsNameCtr

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-drsuapi.c)expand/collapse
Show more  
 3950  drsuapi_dissect_union_DsNameCtr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 3951  {
 3952      proto_item *item=NULL;
 3953      proto_tree *tree=NULL;
 3954      int old_offset;
 3955      guint32 level;
 3956   
 3957      ALIGN_TO_4_BYTES;
 3958   
 3959      old_offset=offset;
 3960      if(parent_tree){
 3961          item=proto_tree_add_text(parent_tree, tvb, offset, -1, "DsNameCtr");
 3962          tree=proto_item_add_subtree(item, ett_drsuapi_DsNameCtr);
 3963      }
 3964   
 3965      offset=dissect_ndr_uint32(tvb, offset, pinfo, tree,
 3966[+]                               drep, hf_index, &level);
 3967   
 3968      switch(level){
Show more  




Change Warning 3271.34911 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: