From 68d4ba212c839631c639974b36fc283a9e90bc5e Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 23 Feb 2016 14:33:54 +0100 Subject: extcap: add local_interfaces_to_list() to wsutil. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This new function abstracts the creation of a list of the local interfaces that will be used by future extcaps to generate specific filters. Sshdump now uses it to create a pcap filter. Change-Id: I5b75a266f81104b3c9bcb3e51de246b7cc8785ce Reviewed-on: https://code.wireshark.org/review/14092 Reviewed-by: João Valverde Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- cmakeconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index aa4a2f9492..35cc3d06cd 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -64,6 +64,12 @@ /* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */ #cmakedefine HAVE_GEOIP_V6 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_IFADDRS_H 1 + +/* Define to 1 if you have the `getifaddrs' function. */ +#cmakedefine HAVE_GETIFADDRS 1 + /* Define if LIBSSH support is enabled */ #cmakedefine HAVE_LIBSSH 1 -- cgit v1.2.1