aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-23 19:13:37 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-23 19:13:37 +0000
commita61d43b6d52c6dd906bdcf07c3cdc813c27099d9 (patch)
tree1415b5e94a933b7f782d9bdf737c8ed2299b9deb /packet-nfs.c
parentf3ee8769e5e69e873ff16124ce60c71ff73150a3 (diff)
If you put an item into the protocol tree with "dissect_rpc_data()",
it must be FT_BYTES, not FT_STRING. svn path=/trunk/; revision=3440
Diffstat (limited to 'packet-nfs.c')
-rw-r--r--packet-nfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-nfs.c b/packet-nfs.c
index 8909085a95..9a2f32bc10 100644
--- a/packet-nfs.c
+++ b/packet-nfs.c
@@ -3,7 +3,7 @@
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
* Copyright 2000, Mike Frisch <frisch@hummingbird.com> (NFSv4 decoding)
*
- * $Id: packet-nfs.c,v 1.50 2001/03/09 04:35:22 guy Exp $
+ * $Id: packet-nfs.c,v 1.51 2001/05/23 19:13:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1192,7 +1192,7 @@ dissect_diropres(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
}
-/* nfsdata is simply a RPC string (length, data, fill bytes) */
+/* nfsdata is simply a chunk of RPC opaque data (length, data, fill bytes) */
int
dissect_nfsdata(const u_char *pd, int offset, frame_data *fd, proto_tree *tree,
int hf)
@@ -5647,7 +5647,7 @@ proto_register_nfs(void)
"Total Count", "nfs.read.totalcount", FT_UINT32, BASE_DEC,
NULL, 0, "Total Count (obsolete)" }},
{ &hf_nfs_data, {
- "Data", "nfs.data", FT_STRING, BASE_DEC,
+ "Data", "nfs.data", FT_BYTES, BASE_DEC,
NULL, 0, "Data" }},
{ &hf_nfs_write_beginoffset, {
"Begin Offset", "nfs.write.beginoffset", FT_UINT32, BASE_DEC,
@@ -5853,7 +5853,7 @@ proto_register_nfs(void)
VALS(names_time_how4), 0, "How To Set Time" }},
{ &hf_nfs_attrlist4, {
- "attr_vals", "nfs.fattr4.attr_vals", FT_STRING, BASE_DEC,
+ "attr_vals", "nfs.fattr4.attr_vals", FT_BYTES, BASE_DEC,
NULL, 0, "attr_vals" }},
{ &hf_nfs_fattr4_expire_type, {