Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netdfs_dissect_dfs_EnumInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dfs.c)expand/collapse
Show more  
 3068  netdfs_dissect_dfs_EnumInfo(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_)
 3069  {
 3070          proto_item *item = NULL;
 3071          proto_tree *tree = NULL;
 3072          int old_offset;
 3073          guint32 level;
 3074   
 3075          ALIGN_TO_4_BYTES;
 3076   
 3077          old_offset = offset;
 3078          if (parent_tree) {
 3079                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "dfs_EnumInfo");
 3080                  tree = proto_item_add_subtree(item, ett_netdfs_dfs_EnumInfo);
 3081          }
 3082   
 3083[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_index, &level);
 3084          switch(level) {
Show more  




Change Warning 3198.34901 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: