aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-05-22 21:37:54 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-05-22 21:37:54 +0000
commit9ebbe1fb1fa862417513edd980143e7696048677 (patch)
tree4ffffc1b69b5e04e0365ab06ddf52e5c0581b3a6 /packet-rpc.c
parente2ceb7ce64981776ab4fc3fb87614b99252ed61c (diff)
A small fix to NFSv4 to properly decode the secinfo response array, the array
of secinfo flavors returned. svn path=/trunk/; revision=7717
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index 803d0b0ae6..a191460b18 100644
--- a/packet-rpc.c
+++ b/packet-rpc.c
@@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-rpc.c,v 1.128 2003/05/22 17:11:18 sharpe Exp $
+ * $Id: packet-rpc.c,v 1.129 2003/05/22 21:37:54 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -668,7 +668,11 @@ dissect_rpc_opaque_data(tvbuff_t *tvb, int offset,
"contents: %s", string_buffer_print);
}
}
+ proto_tree_add_text(string_tree, tvb, offset, -1,
+ " Offsetb %d:", offset);
offset += string_length_copy;
+ proto_tree_add_text(string_tree, tvb, offset, -1,
+ " Offseta %d:", offset);
if (fill_length) {
if (string_tree) {
if (fill_truncated) {