aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-12 09:29:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-12 09:29:38 +0000
commit1390f7a03540d1718717a41c8762095782ea5fd0 (patch)
tree881780655ac0b0fd5961d6119b667f4a38da66fb /packet-aim.c
parent1a732e8c3ba4cdc67475d3b0adbe2df61fe54710 (diff)
"pinfo->current_proto" is typically set to an acronym or short name for
the protocol, not the filter name for the protocol, so it should be "AIM", not "aim". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2621 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-aim.c')
-rw-r--r--packet-aim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-aim.c b/packet-aim.c
index e916806a2f..8fd27b758c 100644
--- a/packet-aim.c
+++ b/packet-aim.c
@@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
*
- * $Id: packet-aim.c,v 1.1 2000/11/06 00:07:04 guy Exp $
+ * $Id: packet-aim.c,v 1.2 2000/11/12 09:29:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -123,7 +123,7 @@ static void dissect_aim(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
CHECK_DISPLAY_AS_DATA(proto_aim, tvb, pinfo, tree);
/* load the display labels */
- pinfo->current_proto = "aim";
+ pinfo->current_proto = "AIM";
/* check, if this is really an AIM packet, they start with 0x2a */