From Didier Gautheron:
[obnox/wireshark/wip.git] / epan / dissectors / packet-aim-oft.c
index eabdb1e9425a4133673e98c9db2b87b5a561a614..746e4368bb79bc55d4a401d49f4aa2e594b156b4 100644 (file)
@@ -4,8 +4,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -44,8 +44,8 @@
 
 static int proto_aim_oft = -1;
 
-static int ett_aim_recvfile = -1;
-static int ett_aim_sendfile = -1;
+/*static int ett_aim_recvfile = -1;
+static int ett_aim_sendfile = -1;*/
 
 /* 
  * cookie (8 chars)
@@ -80,7 +80,7 @@ static int ett_aim_sendfile = -1;
  */
 
 
-/* Register the protocol with Ethereal */
+/* Register the protocol with Wireshark */
 void
 proto_register_aim_oft(void)
 {