Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-nfs.c:4649

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

dissect_nfs3_access_call

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nfs.c)expand/collapse
Show more  
 4638  dissect_nfs3_access_call(tvbuff_t *tvb, int offset, packet_info *pinfo,
 4639          proto_tree* tree)
 4640  {
 4641          guint32 hash;
 4642   
 4643[+]         offset = dissect_nfs_fh3(tvb, offset, pinfo, tree, "object", &hash);
 4644          offset = dissect_access (tvb, offset,        tree, "access");
 4645   
 4646          if (check_col(pinfo->cinfo, COL_INFO)) {
 4647                  col_append_fstr(pinfo->cinfo, COL_INFO,", FH:0x%08x", hash);
 4648          }
 4649          proto_item_append_text(tree, ", ACCESS Call FH:0x%08x", hash);
Show more  




Change Warning 2853.34620 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: