commented out unused aim_handle's

svn path=/trunk/; revision=10474
This commit is contained in:
Ulf Lamping 2004-03-24 06:36:32 +00:00
parent 4d42fb7de8
commit 79e8106d80
6 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
*
* $Id: packet-aim-chatnav.c,v 1.2 2004/03/23 18:36:05 guy Exp $
* $Id: packet-aim-chatnav.c,v 1.3 2004/03/24 06:36:32 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -98,7 +98,7 @@ proto_register_aim_chatnav(void)
void
proto_reg_handoff_aim_chatnav(void)
{
dissector_handle_t aim_handle;
/*dissector_handle_t aim_handle;*/
/* FIXME: dissect
* aim_handle = new_create_dissector_handle(dissect_aim_chatnav, proto_aim_chatnav);

View File

@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection, SNAC Invitation
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
*
* $Id: packet-aim-invitation.c,v 1.2 2004/03/23 18:36:05 guy Exp $
* $Id: packet-aim-invitation.c,v 1.3 2004/03/24 06:36:32 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -87,7 +87,7 @@ proto_register_aim_invitation(void)
void
proto_reg_handoff_aim_invitation(void)
{
dissector_handle_t aim_handle;
/*dissector_handle_t aim_handle;*/
/* FIXME: Add dissector
* aim_handle = new_create_dissector_handle(dissect_aim_invitation, proto_aim_invitation);
* dissector_add("aim.family", FAMILY_INVITATION, aim_handle);

View File

@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
*
* $Id: packet-aim-oft.c,v 1.2 2004/03/23 18:36:05 guy Exp $
* $Id: packet-aim-oft.c,v 1.3 2004/03/24 06:36:32 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -73,7 +73,7 @@ proto_register_aim_oft(void)
void
proto_reg_handoff_aim_oft(void)
{
dissector_handle_t aim_handle;
/*dissector_handle_t aim_handle;*/
/* FIXME
aim_handle = new_create_dissector_handle(dissect_aim, proto_aim);

View File

@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
*
* $Id: packet-aim-popup.c,v 1.2 2004/03/23 18:36:05 guy Exp $
* $Id: packet-aim-popup.c,v 1.3 2004/03/24 06:36:32 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -87,7 +87,7 @@ proto_register_aim_popup(void)
void
proto_reg_handoff_aim_popup(void)
{
dissector_handle_t aim_handle;
/*dissector_handle_t aim_handle;*/
/*FIXME aim_handle = new_create_dissector_handle(dissect_aim, proto_aim);
dissector_add("tcp.port", TCP_PORT_AIM, aim_handle);*/
aim_init_family(FAMILY_POPUP, "Popup", aim_fnac_family_popup);

View File

@ -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);

View File

@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection, SNAC Translate
* Copyright 2004, Jelmer Vernooij <jelmer@samba.org>
*
* $Id: packet-aim-translate.c,v 1.2 2004/03/23 18:36:05 guy Exp $
* $Id: packet-aim-translate.c,v 1.3 2004/03/24 06:36:32 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -86,7 +86,7 @@ proto_register_aim_translate(void)
void
proto_reg_handoff_aim_translate(void)
{
dissector_handle_t aim_handle;
/*dissector_handle_t aim_handle;*/
/*FIXME aim_handle = new_create_dissector_handle(dissect_aim, proto_aim);
dissector_add("tcp.port", TCP_PORT_AIM, aim_handle);*/
aim_init_family(FAMILY_TRANSLATE, "Translate", aim_fnac_family_translate);