diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-05-23 14:43:47 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-05-23 14:43:47 -0700 |
commit | e7011808dad1ce21fb33932bdc40f226e4290ad9 (patch) | |
tree | 0d4656bd4cead4c514bba102b25eadbcc4f99c61 /config.h.in | |
parent | e02efb50447568144bddf8b8c1adaed95e8f9fa9 (diff) | |
download | tcpdump-e7011808dad1ce21fb33932bdc40f226e4290ad9.tar.gz |
Declare the NFLOG pseudo-header ourselves.
It's not specified by a libpcap header that might have a different
layout in different pcap releases, it's specified on the list of
link-layer header types and must remain the same forever (except for
getting additional bits defined), so we don't need to pick it up from
libpcap.
This means we get to use tcpdump's nd_ types; do so.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index fafdae2b..4fcbba77 100644 --- a/config.h.in +++ b/config.h.in @@ -138,9 +138,6 @@ /* define if libpcap has pcap_list_datalinks() */ #undef HAVE_PCAP_LIST_DATALINKS -/* 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 |