summaryrefslogtreecommitdiff
path: root/packet-isup.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-01-20 18:30:25 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-01-20 18:30:25 +0000
commit3172f21ea58c044aeffe90501dbcecf9b9f9fc21 (patch)
treeb8355c4b147ff68bb7b573023bca4103343576da /packet-isup.c
parentddd040d989c5025102ccfac295871e55999b2d99 (diff)
downloadwireshark-3172f21ea58c044aeffe90501dbcecf9b9f9fc21.tar.gz
From Anders Broman:
Append "/ISUP(ITU)" to the protocol column. svn path=/trunk/; revision=9752
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 caac397f37..761a3c380d 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.48 2004/01/18 04:26:20 guy Exp $
+ * $Id: packet-isup.c,v 1.49 2004/01/20 18:30:25 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5752,7 +5752,7 @@ dissect_application_isup(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Make entries in Protocol column and Info column on summary display */
if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_set_str(pinfo->cinfo, COL_PROTOCOL, "application/ISUP (ITU)");
+ col_append_str(pinfo->cinfo, COL_PROTOCOL, "/ISUP(ITU)");
/* Extract message type field */
message_type = tvb_get_guint8(tvb, 0);