aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m2ua.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-04 14:32:01 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-04 14:32:01 +0000
commit4d6006b08a6e7558f8ebb93e37644714c7487e4b (patch)
tree24d78ee3aa1bdf6e25fed18bf7b0fb44c3bf2208 /packet-m2ua.c
parent310641bdd2a217a4342d6a9169e4978080883165 (diff)
Indicate the version in the protocol column only if multiple versions are supported.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8371 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-m2ua.c')
-rw-r--r--packet-m2ua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-m2ua.c b/packet-m2ua.c
index 69b3df1431..629324caf7 100644
--- a/packet-m2ua.c
+++ b/packet-m2ua.c
@@ -6,7 +6,7 @@
*
* Copyright 2002, Michael Tuexen <tuexen [AT] fh-muenster.de>
*
- * $Id: packet-m2ua.c,v 1.11 2003/07/07 12:51:38 tuexen Exp $
+ * $Id: packet-m2ua.c,v 1.12 2003/09/04 14:32:01 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1024,7 +1024,7 @@ dissect_m2ua(tvbuff_t *message_tvb, packet_info *pinfo, proto_tree *tree)
/* make entry in the Protocol column on summary display */
if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_set_str(pinfo->cinfo, COL_PROTOCOL, "M2UA (RFC 3331)");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "M2UA");
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */