aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-signon.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-04-11 20:47:58 +0000
committerGuy Harris <guy@alum.mit.edu>2004-04-11 20:47:58 +0000
commit10b1de8a41358e36a8ec543c62afeef04292fb46 (patch)
tree886efd10f6617ec76241170a3084c180d54da050 /packet-aim-signon.c
parentac0638e8030b49be94c6d767139ae464bc258fe4 (diff)
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
Diffstat (limited to 'packet-aim-signon.c')
-rw-r--r--packet-aim-signon.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-aim-signon.c b/packet-aim-signon.c
index 9cb8c04621..1ce6649e9a 100644
--- a/packet-aim-signon.c
+++ b/packet-aim-signon.c
@@ -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 }
},