aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-signon.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-11 20:47:58 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-11 20:47:58 +0000
commitde2bc1bef76340ed7f8e93bcefed2dd07142368b (patch)
tree886efd10f6617ec76241170a3084c180d54da050 /packet-aim-signon.c
parent0954260e9b40477d6682dc5489ee7667da88d794 (diff)
From Jon Oberheide: add a missing hf[] entry for a field.
Fix up AUTHORS and the authors list in the Ethereal man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10581 f5534014-38df-0310-8fa8-9805f1628bb7
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 }
},