aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-01-06 21:39:26 +0100
committerAnders Broman <a.broman58@gmail.com>2018-01-08 05:50:15 +0000
commite80b40adbe823be084fb49cd84336939916120bb (patch)
treed712734b953f7df6f1f79519c7abc73029152e1d /capture_opts.h
parent6f93baced0fba7d07425e14ea698f4607964c6ed (diff)
extcap: remove conditional compilation.
Change-Id: Ia54bba388755cf27a343fe6d69d244bf1ab897f9 Reviewed-on: https://code.wireshark.org/review/25186 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 3e5a407359..17c049c00a 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -188,10 +188,8 @@ typedef struct interface_tag {
if_info_t if_info;
gboolean selected;
gboolean hidden;
-#ifdef HAVE_EXTCAP
/* External capture cached data */
GHashTable *external_cap_args_settings;
-#endif
gchar *timestamp_type;
} interface_t;
@@ -216,7 +214,6 @@ typedef struct interface_options_tag {
int linktype;
gboolean promisc_mode;
interface_type if_type;
-#ifdef HAVE_EXTCAP
gchar *extcap;
gchar *extcap_fifo;
GHashTable *extcap_args;
@@ -230,7 +227,6 @@ typedef struct interface_options_tag {
#endif
gchar *extcap_control_in;
gchar *extcap_control_out;
-#endif
#ifdef CAN_SET_CAPTURE_BUFFER_SIZE
int buffer_size;
#endif