aboutsummaryrefslogtreecommitdiffstats
path: root/packet-klm.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-17 21:34:22 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-17 21:34:22 +0000
commitf7a26c1bed86c932dc8a54480f5c8ada1b6fd5ff (patch)
tree57ca70f9625181b1c189a68c53fd53faf654e5c9 /packet-klm.c
parenta6d080537b54d13640efa0e230715691e8892100 (diff)
downloadwireshark-f7a26c1bed86c932dc8a54480f5c8ada1b6fd5ff.tar.gz
wireshark-f7a26c1bed86c932dc8a54480f5c8ada1b6fd5ff.tar.bz2
wireshark-f7a26c1bed86c932dc8a54480f5c8ada1b6fd5ff.zip
Prettifying the RPC and NFS (v3) layer.
Add more text to the COL_INFO line as well as the protocol trees for NFS and RPC svn path=/trunk/; revision=8179
Diffstat (limited to 'packet-klm.c')
-rw-r--r--packet-klm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-klm.c b/packet-klm.c
index 482661640d..5c3b3bcc33 100644
--- a/packet-klm.c
+++ b/packet-klm.c
@@ -1,7 +1,7 @@
/* packet-klm.c 2001 Ronnie Sahlberg <See AUTHORS for email>
* Routines for klm dissection
*
- * $Id: packet-klm.c,v 1.12 2002/11/01 00:48:38 sahlberg Exp $
+ * $Id: packet-klm.c,v 1.13 2003/08/17 21:34:22 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -101,7 +101,7 @@ dissect_lock(tvbuff_t *tvb, packet_info* pinfo, proto_tree *tree, int offset)
offset = dissect_rpc_string(tvb, lock_tree,
hf_klm_servername, offset, NULL);
- offset = dissect_nfs_fh3(tvb, offset, pinfo, lock_tree,"fh");
+ offset = dissect_nfs_fh3(tvb, offset, pinfo, lock_tree,"fh", NULL);
offset = dissect_rpc_uint32(tvb, lock_tree,
hf_klm_pid, offset);