aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-03-24 06:36:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-03-24 06:36:32 +0000
commit79e8106d80de9774d3b223396a43942b65c1211a (patch)
tree1c4a2b8a53866fcfa91d14c5c8215af1e25ea097
parent4d42fb7de8e92165951d239c2b767831be06d884 (diff)
commented out unused aim_handle's
svn path=/trunk/; revision=10474
-rw-r--r--packet-aim-chatnav.c4
-rw-r--r--packet-aim-invitation.c4
-rw-r--r--packet-aim-oft.c4
-rw-r--r--packet-aim-popup.c4
-rw-r--r--packet-aim-stats.c4
-rw-r--r--packet-aim-translate.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/packet-aim-chatnav.c b/packet-aim-chatnav.c
index 5b7571e451..fb0ac9c6d8 100644
--- a/packet-aim-chatnav.c
+++ b/packet-aim-chatnav.c
@@ -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);
diff --git a/packet-aim-invitation.c b/packet-aim-invitation.c
index 95d187142e..f656978de6 100644
--- a/packet-aim-invitation.c
+++ b/packet-aim-invitation.c
@@ -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);
diff --git a/packet-aim-oft.c b/packet-aim-oft.c
index 64e757815b..b795406cd2 100644
--- a/packet-aim-oft.c
+++ b/packet-aim-oft.c
@@ -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);
diff --git a/packet-aim-popup.c b/packet-aim-popup.c
index 776806110f..f1634b6156 100644
--- a/packet-aim-popup.c
+++ b/packet-aim-popup.c
@@ -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);
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);
diff --git a/packet-aim-translate.c b/packet-aim-translate.c
index 62797cb9ee..662dc62e0e 100644
--- a/packet-aim-translate.c
+++ b/packet-aim-translate.c
@@ -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);