Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-wkssvc.c:6168

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

wkssvc_dissect_bitmap_renameflags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-wkssvc.c)expand/collapse
Show more  
 6152  wkssvc_dissect_bitmap_renameflags(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_)
 6153  {
 6154          proto_item *item = NULL;
 6155          proto_tree *tree = NULL;
 6156   
 6157          guint32 flags;
 6158          ALIGN_TO_4_BYTES;
 6159   
 6160          if (parent_tree) {
 6161                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 6162                  tree = proto_item_add_subtree(item,ett_wkssvc_wkssvc_renameflags);
 6163          }
 6164   
 6165[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 6166          proto_item_append_text(item, ": ");
 6167   
 6168          if (!flags)
Show more  




Change Warning 3374.33874 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: