As the gtk2 directory is no longer needed (GTK1 and 2 are using the same sources...
[obnox/wireshark/wip.git] / packet-aim-oft.c
index 64e757815b2175cf07acf29ca0ed077febdd8662..a4c8ded9f05b8ded476a86b48f5bbb05ee7a3649 100644 (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$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -51,29 +51,25 @@ proto_register_aim_oft(void)
 {
 
 /* Setup list of header fields */
-/*FIXME
-  static hf_register_info hf[] = {
+/*  static hf_register_info hf[] = {
   };*/
 
 /* Setup protocol subtree array */
-/*FIXME
-  static gint *ett[] = {
+/*  static gint *ett[] = {
   };*/
 
 /* Register the protocol name and description */
   proto_aim_oft = proto_register_protocol("AIM OFT", "AIM OFT", "aim_oft");
 
 /* Required function calls to register the header fields and subtrees used */
-/*FIXME
-  proto_register_field_array(proto_aim_oft, hf, array_length(hf));*/
-/*FIXME
+/*  proto_register_field_array(proto_aim_oft, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));*/
 }
 
 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);