aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-23 19:29:45 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-23 19:29:45 +0000
commit442967b95cb613f881b5198483b45eee6a819a35 (patch)
tree6b0cbe040abd81f0aee0dc7e227cf9f321815a82 /packet-hclnfsd.c
parenta61d43b6d52c6dd906bdcf07c3cdc813c27099d9 (diff)
If you put an item into the protocol tree with "dissect_rpc_data_tvb()",
it must be FT_BYTES, not FT_STRING. svn path=/trunk/; revision=3441
Diffstat (limited to 'packet-hclnfsd.c')
-rw-r--r--packet-hclnfsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-hclnfsd.c b/packet-hclnfsd.c
index e8050d28c9..1047dd5cbb 100644
--- a/packet-hclnfsd.c
+++ b/packet-hclnfsd.c
@@ -2,7 +2,7 @@
* Routines for hclnfsd (Hummingbird NFS Daemon) dissection
* Copyright 2001, Mike Frisch <frisch@hummingbird.com>
*
- * $Id: packet-hclnfsd.c,v 1.4 2001/04/11 18:55:34 guy Exp $
+ * $Id: packet-hclnfsd.c,v 1.5 2001/05/23 19:29:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -683,11 +683,11 @@ proto_register_hclnfsd(void)
NULL, 0, "Lockname" }},
{ &hf_hclnfsd_unknown_data, {
- "Unknown", "hclnfsd.unknown_data", FT_STRING, BASE_DEC,
+ "Unknown", "hclnfsd.unknown_data", FT_BYTES, BASE_DEC,
NULL, 0, "Data" }},
{ &hf_hclnfsd_lockowner, {
- "Lockowner", "hclnfsd.lockowner", FT_STRING, BASE_DEC,
+ "Lockowner", "hclnfsd.lockowner", FT_BYTES, BASE_DEC,
NULL, 0, "Lockowner" }},
{ &hf_hclnfsd_printername, {