Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-nfs.c:4395

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

dissect_nfs3_rmdir_call

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nfs.c)expand/collapse
Show more  
 4384  dissect_nfs3_rmdir_call(tvbuff_t *tvb, int offset, packet_info *pinfo,
 4385          proto_tree *tree)
 4386  {
 4387          guint32 hash;
 4388          char *name=NULL;
 4389   
 4390[+]         offset = dissect_diropargs3(tvb, offset, pinfo, tree, "object", &hash, &name);
 4391   
 4392[+]         if (check_col(pinfo->cinfo, COL_INFO)) {
 4393                  col_append_fstr(pinfo->cinfo, COL_INFO,", DH:0x%08x/%s", hash, name);
 4394          }
 4395          proto_item_append_text(tree, ", RMDIR Call DH:0x%08x/%s", hash, name);
Show more  




Change Warning 12424.34870 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: