aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nlm.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-nlm.c
parenta6d080537b54d13640efa0e230715691e8892100 (diff)
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-nlm.c')
-rw-r--r--packet-nlm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-nlm.c b/packet-nlm.c
index 8db0d6f19a..01a4bdeea0 100644
--- a/packet-nlm.c
+++ b/packet-nlm.c
@@ -1,7 +1,7 @@
/* packet-nlm.c
* Routines for nlm dissection
*
- * $Id: packet-nlm.c,v 1.34 2003/01/28 23:56:39 guy Exp $
+ * $Id: packet-nlm.c,v 1.35 2003/08/17 21:34:22 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -403,7 +403,7 @@ dissect_lock(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int version, i
offset = dissect_rpc_string(tvb,lock_tree,
hf_nlm_lock_caller_name, 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_data(tvb, lock_tree, hf_nlm_lock_owner, offset);
@@ -650,7 +650,7 @@ dissect_nlm_share(tvbuff_t *tvb, int offset, packet_info *pinfo,
offset = dissect_rpc_string(tvb,lock_tree,
hf_nlm_lock_caller_name, 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_data(tvb, lock_tree, hf_nlm_lock_owner, offset);