No libpcap, no capturing, no capture filters, no capture_filter_init().
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 11 Oct 2011 01:25:54 +0000 (01:25 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 11 Oct 2011 01:25:54 +0000 (01:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39354 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/main.c

index 492c7529a86240e27d026997889137ced562bd70..3f5bda29c62ce313666dba23366478e4937846d5 100644 (file)
@@ -2917,7 +2917,9 @@ main(int argc, char *argv[])
 
   color_filters_init();
   decode_as_init();
+#ifdef HAVE_LIBPCAP
   capture_filter_init();
+#endif
 
   /* the window can be sized only, if it's not already shown, so do it now! */
   main_load_window_geometry(top_level);