From 72d9785cfc0d1d7e2eeebc05997d0efcec5dfa7f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 27 Jun 2016 16:49:08 -0700 Subject: We need global_capture_opts if we have extcap, even without pcap. Change-Id: I16b778064c1cd2bbf281fb5192bf35da252e99dd Reviewed-on: https://code.wireshark.org/review/16179 Reviewed-by: Guy Harris --- ui/commandline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/commandline.c') diff --git a/ui/commandline.c b/ui/commandline.c index 109952c42c..7cb8dd3c53 100644 --- a/ui/commandline.c +++ b/ui/commandline.c @@ -67,7 +67,7 @@ #include "ui/commandline.h" -#ifdef HAVE_LIBPCAP +#if defined(HAVE_LIBPCAP) || defined(HAVE_EXTCAP) capture_options global_capture_opts; #endif -- cgit v1.2.3