Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-nfs.c:5012

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

dissect_nfs3_mkdir_call

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nfs.c)expand/collapse
Show more  
 5000  dissect_nfs3_mkdir_call(tvbuff_t *tvb, int offset, packet_info *pinfo,
 5001          proto_tree* tree)
 5002  {
 5003          guint32 hash;
 5004          char *name=NULL;
 5005   
 5006[+]         offset = dissect_diropargs3(tvb, offset, pinfo, tree, "where", &hash, &name);
 5007          offset = dissect_sattr3    (tvb, offset, tree, "attributes");
 5008   
 5009[+]         if (check_col(pinfo->cinfo, COL_INFO)) {
 5010                  col_append_fstr(pinfo->cinfo, COL_INFO,", DH:0x%08x/%s", hash, name);
 5011          }
 5012          proto_item_append_text(tree, ", MKDIR Call DH:0x%08x/%s", hash, name);
Show more  




Change Warning 12430.34876 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: