aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-aim-stats.c')
-rw-r--r--packet-aim-stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-aim-stats.c b/packet-aim-stats.c
index 76a3aee074..c3d7e2a757 100644
--- a/packet-aim-stats.c
+++ b/packet-aim-stats.c
@@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection, SNAC Stats
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
*
- * $Id: packet-aim-stats.c,v 1.2 2004/03/23 18:36:05 guy Exp $
+ * $Id: packet-aim-stats.c,v 1.3 2004/03/24 06:36:32 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -90,7 +90,7 @@ proto_register_aim_stats(void)
void
proto_reg_handoff_aim_stats(void)
{
- dissector_handle_t aim_handle;
+ /*dissector_handle_t aim_handle;*/
/*FIXME: aim_handle = new_create_dissector_handle(dissect_aim_snac_stats, proto_aim_stats);
dissector_add("aim.family", FAMILY_STATS, aim_handle);*/
aim_init_family(FAMILY_STATS, "Statistic", aim_fnac_family_stats);