]> The Tcpdump Group git mirrors - tcpdump/commit
Declare the NFLOG pseudo-header ourselves.
authorGuy Harris <[email protected]>
Wed, 23 May 2018 21:43:47 +0000 (14:43 -0700)
committerGuy Harris <[email protected]>
Wed, 23 May 2018 21:43:47 +0000 (14:43 -0700)
commite7011808dad1ce21fb33932bdc40f226e4290ad9
tree0d4656bd4cead4c514bba102b25eadbcc4f99c61
parente02efb50447568144bddf8b8c1adaed95e8f9fa9
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.
CMakeLists.txt
config.h.in
configure
configure.ac
print-nflog.c