Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-nfs.c:5770

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

dissect_nfs3_pathconf_call

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nfs.c)expand/collapse
Show more  
 5760  dissect_nfs3_pathconf_call(tvbuff_t *tvb, int offset, packet_info *pinfo,
 5761          proto_tree* tree)
 5762  {
 5763          guint32 hash;
 5764   
 5765[+]         offset = dissect_nfs_fh3(tvb, offset, pinfo, tree, "object", &hash);
 5766   
 5767          if (check_col(pinfo->cinfo, COL_INFO)) {
 5768                  col_append_fstr(pinfo->cinfo, COL_INFO,", FH:0x%08x", hash);
 5769          }
 5770          proto_item_append_text(tree, ", PATHCONF Call DH:0x%08x", hash);
Show more  




Change Warning 2863.34629 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: