Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-atsvc.c:387

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

atsvc_dissect_bitmap_DaysOfMonth

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-atsvc.c)expand/collapse
Show more  
 371  atsvc_dissect_bitmap_DaysOfMonth(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_)
 372  {
 373          proto_item *item = NULL;
 374          proto_tree *tree = NULL;
 375   
 376          guint32 flags;
 377          ALIGN_TO_4_BYTES;
 378   
 379          if (parent_tree) {
 380                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 381                  tree = proto_item_add_subtree(item,ett_atsvc_atsvc_DaysOfMonth);
 382          }
 383   
 384[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 385          proto_item_append_text(item, ": ");
 386   
 387          if (!flags)
Show more  




Change Warning 3165.33819 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: