From Jon Oberheide: add a missing hf[] entry for a field.

Fix up AUTHORS and the authors list in the Ethereal man page.

svn path=/trunk/; revision=10581
This commit is contained in:
Guy Harris 2004-04-11 20:47:58 +00:00
parent ac0638e803
commit 10b1de8a41
3 changed files with 9 additions and 5 deletions

View File

@ -2087,7 +2087,6 @@ Love H
libraries to decrypt kerberos encrypted blobs.
}
And assorted fixes and enhancements by the people listed above and by:
Pavel Roskin <proski [AT] gnu.org>
@ -2132,8 +2131,8 @@ And assorted fixes and enhancements by the people listed above and by:
Nick Black <dank [AT] reflexsecurity.com>
Bill Guyton <guyton [AT] bguyton.com>
Chernishov Yury <Chernishov [AT] iskrauraltel.ru>
Thomas Palmer <Thomas.Palmer [AT] Gunter.AF.mil>
Thomas Palmer <Thomas.Palmer [AT] Gunter.AF.mil>
Jon Oberheide <jon [AT] focalhost.com>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -2137,6 +2137,7 @@ B<http://www.ethereal.com>.
Josh Bailey <joshbailey [AT] lucent.com>
Jelmer Vernooij <jelmer [AT] samba.org>
Duncan Sargeant <dunc-ethereal-dev [AT] rcpt.to>
Love Hörnquist Åstrand <lha [AT] it.su.se>
Pavel Roskin <proski [AT] gnu.org>
Georgi Guninski <guninski [AT] guninski.com>
Jason Copenhaver <jcopenha [AT] typedef.org>
@ -2178,8 +2179,9 @@ B<http://www.ethereal.com>.
Pavel Kankovsky <kan [AT] dcit.cz>
Nick Black <dank [AT] reflexsecurity.com>
Bill Guyton <guyton [AT] bguyton.com>
Love Hörnquist Åstrand <lha [AT] it.su.se>
Chernishov Yury <Chernishov [AT] iskrauraltel.ru>
Thomas Palmer <Thomas.Palmer [AT] Gunter.AF.mil>
Jon Oberheide <jon [AT] focalhost.com>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -3,7 +3,7 @@
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
*
* $Id: packet-aim-signon.c,v 1.1 2004/03/23 06:21:17 guy Exp $
* $Id: packet-aim-signon.c,v 1.2 2004/04/11 20:47:58 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -188,6 +188,9 @@ proto_register_aim_signon(void)
/* Setup list of header fields */
static hf_register_info hf[] = {
{ &hf_aim_infotype,
{ "Infotype", "aim.infotype", FT_UINT16, BASE_HEX, NULL, 0x0, "", HFILL }
},
{ &hf_aim_signon_challenge_len,
{ "Signon challenge length", "aim.signon.challengelen", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL }
},