aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 06e8169899..771cdfd69b 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -147,6 +147,7 @@ typedef struct interface_options_tag {
int snaplen;
int linktype;
gboolean promisc_mode;
+ interface_type if_type;
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
int buffer_size;
#endif