diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-10-20 11:26:57 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-10-20 11:27:12 -0700 |
commit | f151a6d65571578e8a830b36f1152f0c6cf6caa5 (patch) | |
tree | f98856bbeee3578a32a92bbb3beef646852680fd /config.h.in | |
parent | 6644005c9f9d1748347ef3154f94b927a5a5e2d4 (diff) | |
download | tcpdump-f151a6d65571578e8a830b36f1152f0c6cf6caa5.tar.gz |
Add support for remote capture if libpcap supports it.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 9915b231..8464d5d3 100644 --- a/config.h.in +++ b/config.h.in @@ -130,6 +130,9 @@ /* Define to 1 if you have the `pcap_findalldevs' function. */ #undef HAVE_PCAP_FINDALLDEVS +/* Define to 1 if you have the `pcap_findalldevs_ex' function. */ +#undef HAVE_PCAP_FINDALLDEVS_EX + /* Define to 1 if you have the `pcap_free_datalinks' function. */ #undef HAVE_PCAP_FREE_DATALINKS @@ -145,6 +148,9 @@ /* Define to 1 if you have the <pcap/nflog.h> header file. */ #undef HAVE_PCAP_NFLOG_H +/* Define to 1 if you have the `pcap_open' function. */ +#undef HAVE_PCAP_OPEN + /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */ #undef HAVE_PCAP_PCAP_INTTYPES_H |