aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-04-03 22:15:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-04-03 22:15:37 +0000
commit37f056b42bdbdfb30f35b709acea9d63c90fe38d (patch)
tree27265bb3e92bed0b54dc2be0d9332b2aa778092a /packet-isup.c
parent22d9288594077617c2848dce1398de7abef5bf66 (diff)
From Chernishov Yury Don't destroy SIP dissector entrys in info column for application/isup
svn path=/trunk/; revision=10549
Diffstat (limited to 'packet-isup.c')
-rw-r--r--packet-isup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isup.c b/packet-isup.c
index d02e9f4aef..b95893bd59 100644
--- a/packet-isup.c
+++ b/packet-isup.c
@@ -9,7 +9,7 @@
* Modified 2004-01-10 by Anders Broman to add abillity to dissect
* Content type application/ISUP RFC 3204 used in SIP-T
*
- * $Id: packet-isup.c,v 1.60 2004/04/02 05:19:42 guy Exp $
+ * $Id: packet-isup.c,v 1.61 2004/04/03 22:13:38 etxrab Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5531,7 +5531,7 @@ dissect_application_isup(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* application/ISUP has no CIC */
if (check_col(pinfo->cinfo, COL_INFO))
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
+ col_append_sep_fstr(pinfo->cinfo, COL_INFO, ", ", "ISUP:%s", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */