From 8cd1fd0c993df904596390ebdf350259e7c9c5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 11 May 2017 18:02:06 +0000 Subject: Revert "Get rid of HAVE_REMOTE." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d13b8ea13cf708a7770e7f51912ce16d0b43e459. This will only work with git HEAD of libpcap, but not with any release versions of libpcap or winpcap (the *pcap includes require the define, not Wireshark). Change-Id: I08e5ec66e3642dc02f793c83ffc4363bb348202c Reviewed-on: https://code.wireshark.org/review/21603 Reviewed-by: Jörg Mayer --- cmakeconfig.h.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index cfb01047c0..043c6ada08 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -266,7 +266,8 @@ /* Define to 1 if you have the `pcap_open_dead' function. */ #cmakedefine HAVE_PCAP_OPEN_DEAD 1 -/* Define to 1 if you have libpcap/WinPcap remote capturing support. */ +/* Define to 1 if you have WinPcap remote capturing support and prefer to use + these new API features. */ #cmakedefine HAVE_PCAP_REMOTE 1 /* Define to 1 if you have the `pcap_set_datalink' function. */ @@ -290,6 +291,9 @@ /* Define to 1 if you have the optreset variable */ #cmakedefine HAVE_OPTRESET 1 +/* Define to 1 to enable remote capturing feature in WinPcap library */ +#cmakedefine HAVE_REMOTE 1 + /* Define if sa_len field exists in struct sockaddr */ #cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1 -- cgit v1.2.3