wireshark/extcap
Guy Harris 79eab8ca07 Force HAVE_REMOTE to be defined when including pcap.h with remote support.
WinPcap made the mistake of having stuff in its public header fines
depend on a configuration #define, HAVE_REMOTE; this means that we need
to forcibly define it when building with remote capture support.

The tip of the libpcap master branch does not have that botch; hopefully
future versions of libpcap-for-Windows will be based on that libpcap and
thus lack that botch as well.

Defining HAVE_REMOTE in config.h is not the right fix, as it makes it
look like a *Wireshark* configuration option that code in Wireshark
should test, rather than a *WinPcap* configuration option that the
pcap.h that ships with the WinPcap SDK should have been changed, as part
of the build process, to correctly define or not, so that users of
WinPcap don't have to define it themselves.

Change-Id: I62d1eca6d3c900d0dcc9fbc011db77f595a86313
Reviewed-on: https://code.wireshark.org/review/21593
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-11 10:57:22 +00:00
..
.editorconfig Move extcap EditorConfig settings to source dir 2016-03-23 00:24:52 +00:00
Makefile.am Use the cfile_ failure_message routines in androiddump. 2017-04-21 06:50:21 +00:00
androiddump.c Force HAVE_REMOTE to be defined when including pcap.h with remote support. 2017-05-11 10:57:22 +00:00
ciscodump.c Use glib-compat 2017-03-02 15:20:05 +00:00
extcap-base.c extcap: put missed parameters into the help 2016-10-19 06:44:05 +00:00
extcap-base.h Clean up some UN*X-vs-Windows socket issues. 2017-01-26 07:00:06 +00:00
randpktdump.c extcap: fix memleak via data_file_url 2017-01-07 20:32:43 +00:00
ssh-base.c extcap: make extcap use the ws_strtoi/u functions. 2016-09-16 14:21:16 +00:00
ssh-base.h extcap: make extcap use the ws_strtoi/u functions. 2016-09-16 14:21:16 +00:00
sshdump.c Use glib-compat 2017-03-02 15:20:05 +00:00
udpdump.c udpdump: fix indent (use tab) 2017-03-27 07:37:35 +00:00