Text   |  XML   |  ReML   |   Visible Warnings:

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

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

atsvc_dissect_bitmap_Flags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-atsvc.c)expand/collapse
Show more  
 655  atsvc_dissect_bitmap_Flags(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_)
 656  {
 657          proto_item *item = NULL;
 658          proto_tree *tree = NULL;
 659   
 660          guint8 flags;
 661   
 662          if (parent_tree) {
 663                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 1, TRUE);
 664                  tree = proto_item_add_subtree(item,ett_atsvc_atsvc_Flags);
 665          }
 666   
 667[+]         offset = dissect_ndr_uint8(tvb, offset, pinfo, NULL, drep, -1, &flags);
 668          proto_item_append_text(item, ": ");
 669   
 670          if (!flags)
Show more  




Change Warning 3166.33820 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: