Text   |  XML   |  ReML   |   Visible Warnings:

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

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

drsuapi_dissect_union_DsReplicaInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-drsuapi.c)expand/collapse
Show more  
 7809  drsuapi_dissect_union_DsReplicaInfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 7810  {
 7811      proto_item *item=NULL;
 7812      proto_tree *tree=NULL;
 7813      int old_offset;
 7814      guint32 level;
 7815   
 7816      ALIGN_TO_4_BYTES;
 7817   
 7818      old_offset=offset;
 7819      if(parent_tree){
 7820          item=proto_tree_add_text(parent_tree, tvb, offset, -1, "DsReplicaInfo");
 7821          tree=proto_item_add_subtree(item, ett_drsuapi_DsReplicaInfo);
 7822      }
 7823   
 7824      offset=dissect_ndr_uint32(tvb, offset, pinfo, tree,
 7825[+]                               drep, hf_index, &level);
 7826   
 7827      switch(level){
Show more  




Change Warning 3278.34912 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: