gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() complains...
[obnox/wireshark/wip.git] / tap-funnel.c
index f15b4d77b5d224489dc7cffb7023ec1199c460bb..1353e90469d79203caff4f1802784333df30ae39 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 {
@@ -106,7 +108,10 @@ static const funnel_ops_t funnel_ops = {
     NULL,
     NULL,
        NULL,
-       NULL
+       NULL,
+    NULL,
+    NULL,
+    NULL
 };