Text   |  XML   |  ReML   |   Visible Warnings:

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

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

nspi_dissect_SPropValue_CTR

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-nspi.c)expand/collapse
Show more  
 9017  nspi_dissect_SPropValue_CTR(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 9018  {
 9019          proto_item *item = NULL;
 9020          proto_tree *tree = NULL;
 9021          int old_offset;
 9022          guint32 level;
 9023   
 9024          ALIGN_TO_4_BYTES;
 9025   
 9026          old_offset = offset;
 9027          if (parent_tree) {
 9028                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "SPropValue_CTR");
 9029                  tree = proto_item_add_subtree(item, ett_nspi_SPropValue_CTR);
 9030          }
 9031   
 9032[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_index, &level);
 9033          switch(level) {
Show more  




Change Warning 3319.35190 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: