aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m2tp.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-m2tp.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-m2tp.c')
-rw-r--r--packet-m2tp.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/packet-m2tp.c b/packet-m2tp.c
index 1bb5ebc26d..01e7744057 100644
--- a/packet-m2tp.c
+++ b/packet-m2tp.c
@@ -5,7 +5,7 @@
*
* Copyright 2001, Heinz Prantner <heinz.prantner[AT]radisys.com>
*
- * $Id: packet-m2tp.c,v 1.7 2003/04/19 20:09:00 tuexen Exp $
+ * $Id: packet-m2tp.c,v 1.8 2003/04/22 13:47:37 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -272,11 +272,8 @@ dissect_m2tp_common_header(tvbuff_t *common_header_tvb, packet_info *pinfo, prot
message_type = tvb_get_guint8(common_header_tvb, MESSAGE_TYPE_OFFSET);
message_length = tvb_get_ntohl (common_header_tvb, MESSAGE_LENGTH_OFFSET);
- 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_class * 256 + message_type, m2tp_message_class_type_acro_values, "reserved"));
- if (!(message_class == MESSAGE_CLASS_DATA_MESSAGE && message_type == MESSAGE_TYPE_DATA))
- col_set_fence(pinfo->cinfo, COL_INFO);
- };
if (m2tp_tree) {
/* add the components of the common header to the protocol tree */