Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-butc.c:1491

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

butc_dissect_union_tc_statusInfoSwitch

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-butc.c)expand/collapse
Show more  
 1473  butc_dissect_union_tc_statusInfoSwitch(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 1474  {
 1475      proto_item *item=NULL;
 1476      proto_tree *tree=NULL;
 1477      int old_offset;
 1478      guint32 level;
 1479   
 1480      ALIGN_TO_4_BYTES;
 1481   
 1482      old_offset=offset;
 1483      if(parent_tree){
 1484          item=proto_tree_add_text(parent_tree, tvb, offset, -1, "tc_statusInfoSwitch");
 1485          tree=proto_item_add_subtree(item, ett_butc_tc_statusInfoSwitch);
 1486      }
 1487   
 1488      offset=dissect_ndr_uint32(tvb, offset, pinfo, tree,
 1489[+]                               drep, hf_index, &level);
 1490   
 1491      switch(level){
Show more  




Change Warning 3175.35576 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: