"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".

svn path=/trunk/; revision=2621
This commit is contained in:
Guy Harris 2000-11-12 09:29:38 +00:00
parent 00beb21eca
commit 40e9328384
1 changed files with 2 additions and 2 deletions

View File

@ -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 */