No libpcap, no capturing, no capture filters, no capture_filter_init().

svn path=/trunk/; revision=39354
This commit is contained in:
Guy Harris 2011-10-11 01:25:54 +00:00
parent af3ae8ceea
commit 037b9d13b5
1 changed files with 2 additions and 0 deletions

View 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);