Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-samr.c:4307

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

samr_dissect_GroupInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-samr.c)expand/collapse
Show more  
 4291  samr_dissect_GroupInfo(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
 4292  {
 4293          proto_item *item = NULL;
 4294          proto_tree *tree = NULL;
 4295          int old_offset;
 4296          guint16 level;
 4297   
 4298          old_offset = offset;
 4299          if (parent_tree) {
 4300                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "samr_GroupInfo");
 4301                  tree = proto_item_add_subtree(item, ett_samr_samr_GroupInfo);
 4302          }
 4303   
 4304[+]         offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep, hf_index, &level);
 4305          ALIGN_TO_4_BYTES;
 4306   
 4307          switch(level) {
Show more  




Change Warning 2071.35201 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: