From Harald Welte:
[obnox/wireshark/wip.git] / tap-funnel.c
index f15b4d77b5d224489dc7cffb7023ec1199c460bb..9fcd10ed33e27d9b64855601f95f1c824b7432d0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * EPAN's GUI mini-API
  *
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
  *
  * $Id$
  *
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <epan/funnel.h>
 #include <stdio.h>
 #include <epan/stat_cmd_args.h>
-#include <epan/ws_strsplit.h>
 
 
 struct _funnel_text_window_t {
@@ -105,8 +107,12 @@ static const funnel_ops_t funnel_ops = {
     NULL,
     NULL,
     NULL,
-       NULL,
-       NULL
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL
 };
 
 
@@ -183,6 +189,7 @@ void
 register_tap_listener_gtkfunnel(void)
 {
 #if 0
+       /* #if 0 at least since Revision Rev 17396 */
     funnel_register_all_menus(register_menu_cb);
 #endif
 }