Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-srvsvc.c:5422

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

srvsvc_dissect_bitmap_DFSFlags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-srvsvc.c)expand/collapse
Show more  
 5406  srvsvc_dissect_bitmap_DFSFlags(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_)
 5407  {
 5408          proto_item *item = NULL;
 5409          proto_tree *tree = NULL;
 5410   
 5411          guint32 flags;
 5412          ALIGN_TO_4_BYTES;
 5413   
 5414          if (parent_tree) {
 5415                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 5416                  tree = proto_item_add_subtree(item,ett_srvsvc_srvsvc_DFSFlags);
 5417          }
 5418   
 5419[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 5420          proto_item_append_text(item, ": ");
 5421   
 5422          if (!flags)
Show more  




Change Warning 1706.33644 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: