Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-nfs.c:5635

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

dissect_nfs3_fsinfo_call

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nfs.c)expand/collapse
Show more  
 5627  dissect_nfs3_fsinfo_call(tvbuff_t *tvb, int offset, packet_info *pinfo,
 5628          proto_tree* tree)
 5629  {
 5630          guint32 hash;
 5631   
 5632[+]         offset = dissect_nfs_fh3(tvb, offset, pinfo, tree, "object", &hash);
 5633   
 5634          if (check_col(pinfo->cinfo, COL_INFO)) {
 5635                  col_append_fstr(pinfo->cinfo, COL_INFO,", FH:0x%08x", hash);
Show more  




Change Warning 2862.34628 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: