aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-icq.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-20 05:32:46 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-20 05:32:46 +0000
commitc25b4173c5dc6fd0e7e411617379bd94c8f8a529 (patch)
tree3346ebe728aff086c242f2bdabff202e3247a512 /packet-aim-icq.c
parentaa11a2d8ead43027f0cf6aba6b356793c452ead9 (diff)
fixed MSVC problems
svn path=/trunk/; revision=10648
Diffstat (limited to 'packet-aim-icq.c')
-rw-r--r--packet-aim-icq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-aim-icq.c b/packet-aim-icq.c
index 0d4e8854f2..2c4eef4f26 100644
--- a/packet-aim-icq.c
+++ b/packet-aim-icq.c
@@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection, SNAC ICQ
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
*
- * $Id: packet-aim-icq.c,v 1.3 2004/04/20 04:48:32 guy Exp $
+ * $Id: packet-aim-icq.c,v 1.4 2004/04/20 05:32:46 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -95,8 +95,8 @@ proto_register_aim_icq(void)
{
/* Setup list of header fields */
- static hf_register_info hf[] = {
- };
+/* static hf_register_info hf[] = {
+ };*/
/* Setup protocol subtree array */
static gint *ett[] = {
@@ -107,7 +107,7 @@ proto_register_aim_icq(void)
proto_aim_icq = proto_register_protocol("AIM ICQ", "AIM ICQ", "aim_icq");
/* Required function calls to register the header fields and subtrees used */
- proto_register_field_array(proto_aim_icq, hf, array_length(hf));
+ /*proto_register_field_array(proto_aim_icq, hf, array_length(hf));*/
proto_register_subtree_array(ett, array_length(ett));
}