Text   |  XML   |  ReML   |   Visible Warnings:

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

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

drsuapi_dissect_union_DsReplicaGetInfoRequest

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-drsuapi.c)expand/collapse
Show more  
 5468  drsuapi_dissect_union_DsReplicaGetInfoRequest(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 5469  {
 5470      proto_item *item=NULL;
 5471      proto_tree *tree=NULL;
 5472      int old_offset;
 5473      guint32 level;
 5474   
 5475      ALIGN_TO_4_BYTES;
 5476   
 5477      old_offset=offset;
 5478      if(parent_tree){
 5479          item=proto_tree_add_text(parent_tree, tvb, offset, -1, "DsReplicaGetInfoRequest");
 5480          tree=proto_item_add_subtree(item, ett_drsuapi_DsReplicaGetInfoRequest);
 5481      }
 5482   
 5483      offset=dissect_ndr_uint32(tvb, offset, pinfo, tree,
 5484[+]                               drep, hf_index, &level);
 5485   
 5486      switch(level){
Show more  




Change Warning 3276.35197 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: