Text   |  XML   |  ReML   |   Visible Warnings:

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

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

drsuapi_dissect_union_DsReplicaSyncRequest

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-drsuapi.c)expand/collapse
Show more  
 1830  drsuapi_dissect_union_DsReplicaSyncRequest(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 1831  {
 1832      proto_item *item=NULL;
 1833      proto_tree *tree=NULL;
 1834      int old_offset;
 1835      guint32 level;
 1836   
 1837      ALIGN_TO_4_BYTES;
 1838   
 1839      old_offset=offset;
 1840      if(parent_tree){
 1841          item=proto_tree_add_text(parent_tree, tvb, offset, -1, "DsReplicaSyncRequest");
 1842          tree=proto_item_add_subtree(item, ett_drsuapi_DsReplicaSyncRequest);
 1843      }
 1844   
 1845      offset=dissect_ndr_uint32(tvb, offset, pinfo, tree,
 1846[+]                               drep, hf_index, &level);
 1847   
 1848      switch(level){
Show more  




Change Warning 3261.35209 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: