aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m3ua.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-m3ua.c')
-rw-r--r--packet-m3ua.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-m3ua.c b/packet-m3ua.c
index 9ecea83f7b..bebb6853e7 100644
--- a/packet-m3ua.c
+++ b/packet-m3ua.c
@@ -8,7 +8,7 @@
*
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
- * $Id: packet-m3ua.c,v 1.3 2001/01/14 10:15:56 guy Exp $
+ * $Id: packet-m3ua.c,v 1.4 2001/01/25 06:14:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -821,10 +821,6 @@ dissect_m3ua(tvbuff_t *message_tvb, packet_info *pinfo, proto_tree *tree)
proto_item *m3ua_item;
proto_tree *m3ua_tree;
- CHECK_DISPLAY_AS_DATA(proto_m3ua, message_tvb, pinfo, tree);
-
- pinfo->current_proto = "M3UA";
-
/* make entry in the Protocol column on summary display */
if (check_col(pinfo->fd, COL_PROTOCOL))
col_set_str(pinfo->fd, COL_PROTOCOL, "M3UA");