From c652339aedbde08a45e673e90456e11aceb5a4d0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 5 Mar 2004 10:05:03 +0000 Subject: From Michael Lum: show Component data even if it is handled by another dissector. svn path=/trunk/; revision=10311 --- packet-tcap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packet-tcap.c') diff --git a/packet-tcap.c b/packet-tcap.c index fe073b30f1..b961dd5335 100644 --- a/packet-tcap.c +++ b/packet-tcap.c @@ -9,7 +9,7 @@ * * (append your name here for newer version) * - * $Id: packet-tcap.c,v 1.7 2004/02/20 10:43:12 guy Exp $ + * $Id: packet-tcap.c,v 1.8 2004/03/05 10:05:03 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1557,6 +1557,8 @@ dissect_tcap_components(ASN1_SCK *asn1, proto_tree *tcap_tree) /* process component data */ if (dissector_try_port(tcap_itu_ssn_dissector_table, g_pinfo->match_port, next_tvb, g_pinfo, g_tcap_tree)) { + proto_tree_add_text(subtree, asn1->tvb, asn1->offset, comp_len, "Component"); + asn1->offset += comp_len; } else -- cgit v1.2.3