Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-nfs.c:4589

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

dissect_nfs3_lookup_call

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nfs.c)expand/collapse
Show more  
 4580  dissect_nfs3_lookup_call(tvbuff_t *tvb, int offset, packet_info *pinfo,
 4581          proto_tree* tree)
 4582  {
 4583          guint32 hash;
 4584          char *name=NULL;
 4585   
 4586[+]         offset = dissect_diropargs3 (tvb, offset, pinfo, tree, "what", &hash, &name);
 4587   
 4588[+]         if (check_col(pinfo->cinfo, COL_INFO)) {
 4589                  col_append_fstr(pinfo->cinfo, COL_INFO,", DH:0x%08x/%s", hash, name);
Show more  




Change Warning 12427.34873 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: