summaryrefslogtreecommitdiff
path: root/packet-m2ua.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2002-12-03 09:31:48 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2002-12-03 09:31:48 +0000
commit15db969b7a4bf0772708cd307c6a518b372e75c7 (patch)
tree77a50cc47982389d4f2ba945fcdcd863b6962065 /packet-m2ua.c
parentf0141612ed06c36030f43136836855d56c86e26c (diff)
downloadwireshark-15db969b7a4bf0772708cd307c6a518b372e75c7.tar.gz
- added RFC 3331 indication to the protocol column entry.
svn path=/trunk/; revision=6739
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 8173a20545..0f024702b3 100644
--- a/packet-m2ua.c
+++ b/packet-m2ua.c
@@ -6,7 +6,7 @@
*
* Copyright 2002, Michael Tuexen <Michael.Tuexen [AT] siemens.com>
*
- * $Id: packet-m2ua.c,v 1.6 2002/12/03 09:29:11 tuexen Exp $
+ * $Id: packet-m2ua.c,v 1.7 2002/12/03 09:31:48 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1026,7 +1026,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");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "M2UA (RFC 3331)");
/* In the interest of speed, if "tree" is NULL, don't do any work not
necessary to generate protocol tree items. */