summaryrefslogtreecommitdiff
path: root/packet-isup.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-04 03:48:05 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-04 03:48:05 +0000
commitf4e9c4f31a8547b95e07ea677837e77bb9284dd5 (patch)
tree739135e3b1f28237f8488b719761cf75c0dbe060 /packet-isup.c
parentd40da1b7dfb76f6d9cee9b759660b014bd1b2690 (diff)
downloadwireshark-f4e9c4f31a8547b95e07ea677837e77bb9284dd5.tar.gz
From Martin van der Werff: add some additional white space in the Info
column. svn path=/trunk/; revision=11308
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 02a9b5bfbb..82de32e598 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.62 2004/07/02 08:27:24 guy Exp $
+ * $Id: packet-isup.c,v 1.63 2004/07/04 03:48:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5460,7 +5460,7 @@ dissect_isup(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (check_col(pinfo->cinfo, COL_INFO))
{
if (isup_show_cic_in_info)
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s(CIC %u) ", val_to_str(message_type, isup_message_type_value_acro, "reserved"), cic);
+ col_add_fstr(pinfo->cinfo, COL_INFO, "%s (CIC %u) ", val_to_str(message_type, isup_message_type_value_acro, "reserved"), cic);
else
col_add_fstr(pinfo->cinfo, COL_INFO, "%s ", val_to_str(message_type, isup_message_type_value_acro, "reserved"));
}