summaryrefslogtreecommitdiff
path: root/ui/commandline.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-06-27 16:49:08 -0700
committerGuy Harris <guy@alum.mit.edu>2016-06-27 23:49:39 +0000
commit72d9785cfc0d1d7e2eeebc05997d0efcec5dfa7f (patch)
treeb8e25d86e88f31db99108dd2b0ea9e5c705f9cee /ui/commandline.c
parent9b91e64fee7dfdbeef3d8602a8af6c8d0d8a788c (diff)
downloadwireshark-72d9785cfc0d1d7e2eeebc05997d0efcec5dfa7f.tar.gz
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 <guy@alum.mit.edu>
Diffstat (limited to 'ui/commandline.c')
-rw-r--r--ui/commandline.c2
1 files changed, 1 insertions, 1 deletions
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