Text   |  XML   |  ReML   |   Visible Warnings:

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

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

atsvc_dissect_bitmap_DaysOfWeek

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-atsvc.c)expand/collapse
Show more  
 732  atsvc_dissect_bitmap_DaysOfWeek(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_)
 733  {
 734          proto_item *item = NULL;
 735          proto_tree *tree = NULL;
 736   
 737          guint8 flags;
 738   
 739          if (parent_tree) {
 740                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 1, TRUE);
 741                  tree = proto_item_add_subtree(item,ett_atsvc_atsvc_DaysOfWeek);
 742          }
 743   
 744[+]         offset = dissect_ndr_uint8(tvb, offset, pinfo, NULL, drep, -1, &flags);
 745          proto_item_append_text(item, ": ");
 746   
 747          if (!flags)
Show more  




Change Warning 3167.33821 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: