Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-nspi.c:7928

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

nspi_dissect_SRestriction_CTR

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-nspi.c)expand/collapse
Show more  
 7912  nspi_dissect_SRestriction_CTR(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 7913  {
 7914          proto_item *item = NULL;
 7915          proto_tree *tree = NULL;
 7916          int old_offset;
 7917          guint32 level;
 7918   
 7919          ALIGN_TO_4_BYTES;
 7920   
 7921          old_offset = offset;
 7922          if (parent_tree) {
 7923                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "SRestriction_CTR");
 7924                  tree = proto_item_add_subtree(item, ett_nspi_SRestriction_CTR);
 7925          }
 7926   
 7927[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_index, &level);
 7928          switch(level) {
Show more  




Change Warning 3320.35189 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: