aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2003-04-22 13:47:38 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2003-04-22 13:47:38 +0000
commit27fb63a9fb09b705cbf99112a71561b275821741 (patch)
tree66c052575d5891079f656ad6d8f741aab066df7c /packet-isup.c
parent16e3a6ce6e61c974479b76eb9472cf9e53cc89c5 (diff)
- get rid of col_set_fence: it will be called in packet-sctp.c only.
- replace DATA1 by DATA in packet-m3ua.c (typo) svn path=/trunk/; revision=7529
Diffstat (limited to 'packet-isup.c')
-rw-r--r--packet-isup.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/packet-isup.c b/packet-isup.c
index 183b9b2f46..db0490709c 100644
--- a/packet-isup.c
+++ b/packet-isup.c
@@ -2,7 +2,7 @@
* Routines for ISUP dissection
* Copyright 2001, Martina Obermeier <martina.obermeier@icn.siemens.de>
*
- * $Id: packet-isup.c,v 1.21 2003/04/19 20:13:22 tuexen Exp $
+ * $Id: packet-isup.c,v 1.22 2003/04/22 13:47:37 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -4037,10 +4037,8 @@ dissect_isup(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Extract message type field */
message_type = tvb_get_guint8(tvb, CIC_OFFSET + CIC_LENGTH);
- if (check_col(pinfo->cinfo, COL_INFO)){
+ 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_set_fence(pinfo->cinfo, COL_INFO);
- }
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */