Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-dfs.c:681

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

netdfs_dissect_bitmap_dfs_VolumeState

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dfs.c)expand/collapse
Show more  
 665  netdfs_dissect_bitmap_dfs_VolumeState(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_)
 666  {
 667          proto_item *item = NULL;
 668          proto_tree *tree = NULL;
 669   
 670          guint32 flags;
 671          ALIGN_TO_4_BYTES;
 672   
 673          if (parent_tree) {
 674                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 675                  tree = proto_item_add_subtree(item,ett_netdfs_dfs_VolumeState);
 676          }
 677   
 678[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 679          proto_item_append_text(item, ": ");
 680   
 681          if (!flags)
Show more  




Change Warning 3178.33823 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: