From e80b40adbe823be084fb49cd84336939916120bb Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Sat, 6 Jan 2018 21:39:26 +0100 Subject: extcap: remove conditional compilation. Change-Id: Ia54bba388755cf27a343fe6d69d244bf1ab897f9 Reviewed-on: https://code.wireshark.org/review/25186 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall Reviewed-by: Anders Broman --- caputils/capture_ifinfo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'caputils/capture_ifinfo.h') diff --git a/caputils/capture_ifinfo.h b/caputils/capture_ifinfo.h index 65084b8d60..e9ffdf483b 100644 --- a/caputils/capture_ifinfo.h +++ b/caputils/capture_ifinfo.h @@ -38,9 +38,7 @@ typedef enum { IF_WIRELESS, IF_DIALUP, IF_USB, -#ifdef HAVE_EXTCAP IF_EXTCAP, -#endif IF_VIRTUAL } interface_type; @@ -59,9 +57,7 @@ typedef struct { GSList *addrs; /* containing address values of if_addr_t */ interface_type type; /* type of interface */ gboolean loopback; /* TRUE if loopback, FALSE otherwise */ -#ifdef HAVE_EXTCAP char *extcap; /* extcap arguments, which present the data to call the extcap interface */ -#endif } if_info_t; /* -- cgit v1.2.3