aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccpmg.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-sccpmg.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-sccpmg.c')
-rwxr-xr-xpacket-sccpmg.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/packet-sccpmg.c b/packet-sccpmg.c
index 2c31e3b0df..cc2200bfe8 100755
--- a/packet-sccpmg.c
+++ b/packet-sccpmg.c
@@ -8,7 +8,7 @@
*
* Copyright 2002, Jeff Morriss <jeff.morriss[AT]ulticom.com>
*
- * $Id: packet-sccpmg.c,v 1.4 2003/04/19 20:13:22 tuexen Exp $
+ * $Id: packet-sccpmg.c,v 1.5 2003/04/22 13:47:38 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -233,10 +233,8 @@ dissect_sccpmg_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *sccpmg_tre
message_type = tvb_get_guint8(tvb, SCCPMG_MESSAGE_TYPE_OFFSET);
offset = SCCPMG_MESSAGE_TYPE_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, sccpmg_message_type_acro_values, "Unknown"));
- col_set_fence(pinfo->cinfo, COL_INFO);
- }
if (sccpmg_tree) {
/* add the message type to the protocol tree */