Text   |  XML   |  ReML   |   Visible Warnings:

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

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

samr_dissect_AliasInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-samr.c)expand/collapse
Show more  
 4593  samr_dissect_AliasInfo(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_)
 4594  {
 4595          proto_item *item = NULL;
 4596          proto_tree *tree = NULL;
 4597          int old_offset;
 4598          guint16 level;
 4599   
 4600          old_offset = offset;
 4601          if (parent_tree) {
 4602                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "samr_AliasInfo");
 4603                  tree = proto_item_add_subtree(item, ett_samr_samr_AliasInfo);
 4604          }
 4605   
 4606[+]         offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep, hf_index, &level);
 4607          ALIGN_TO_4_BYTES;
 4608   
 4609          switch(level) {
Show more  




Change Warning 2073.35202 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: