aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-05-22 21:39:44 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-05-22 21:39:44 +0000
commita4f0cdaba44842a0acc308d74b56ab6f847a1f35 (patch)
tree45bf158bbb1df0d26204ddf9b535cefeee3eaef4 /packet-rpc.c
parent9ebbe1fb1fa862417513edd980143e7696048677 (diff)
Remove some accidentally commited debugging strings.
svn path=/trunk/; revision=7718
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index a191460b18..20f1a7550d 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.129 2003/05/22 21:37:54 sharpe Exp $
+ * $Id: packet-rpc.c,v 1.130 2003/05/22 21:39:44 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -668,11 +668,9 @@ 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) {