aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-14 17:50:01 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-14 17:50:01 +0000
commiteaa8ca526582e661d54850755df304c44e49968c (patch)
tree31230989a0b6ec85bb2d0f1dcaf7bca6cda01def /packet-isup.c
parent8efb17b1b711e5ed75b1e266950f527e4ad9c0a0 (diff)
From Jeff Morriss: note in the Protocol column that we're assuming the
ITU dialect of ISUP. svn path=/trunk/; revision=8696
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 8332454518..01e4948eb5 100644
--- a/packet-isup.c
+++ b/packet-isup.c
@@ -5,7 +5,7 @@
* <anders.broman@ericsson.com>
* Inserted routines for BICC dissection according to Q.765.5 Q.1902 Q.1970 Q.1990,
* calling SDP dissector for RFC2327 decoding.
- * $Id: packet-isup.c,v 1.33 2003/10/10 10:04:19 guy Exp $
+ * $Id: packet-isup.c,v 1.34 2003/10/14 17:50:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5392,7 +5392,7 @@ dissect_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, "ISUP");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "ISUP (ITU)");
/* Extract message type field */
message_type = tvb_get_guint8(tvb, CIC_OFFSET + CIC_LENGTH);