Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netdfs_dissect_dfs_Info

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dfs.c)expand/collapse
Show more  
 2496  netdfs_dissect_dfs_Info(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_)
 2497  {
 2498          proto_item *item = NULL;
 2499          proto_tree *tree = NULL;
 2500          int old_offset;
 2501          guint32 level;
 2502   
 2503          ALIGN_TO_4_BYTES;
 2504   
 2505          old_offset = offset;
 2506          if (parent_tree) {
 2507                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "dfs_Info");
 2508                  tree = proto_item_add_subtree(item, ett_netdfs_dfs_Info);
 2509          }
 2510   
 2511[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_index, &level);
 2512          switch(level) {
Show more  




Change Warning 3197.34929 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: