]> The Tcpdump Group git mirrors - libpcap/commit
Support AirPcap devices with a pcap module.
authorGuy Harris <[email protected]>
Fri, 8 May 2020 03:11:06 +0000 (20:11 -0700)
committerGuy Harris <[email protected]>
Fri, 8 May 2020 03:11:06 +0000 (20:11 -0700)
commitf32e357d40aba5464a3a31638921be5591b8e73e
treebfa54a27e62882e3acda81a0ab3dd3da785ec58c
parent858a202b939671ad315396b9f09a27a58cfb31ca
Support AirPcap devices with a pcap module.

This allows us to update the support for newer APIs in the future - and
in the present, with pcap_set_datalink() - and would allow Npcap to
remove its AirPcap support.

Add another test program, while we're at it.
14 files changed:
CMakeLists.txt
Makefile.in
cmake/Modules/FindAirPcap.cmake [new file with mode: 0644]
cmakeconfig.h.in
pcap-airpcap.c [new file with mode: 0644]
pcap-airpcap.h [new file with mode: 0644]
pcap-int.h
pcap-npf.c
pcap-tc.c
pcap.c
testprogs/.gitignore
testprogs/CMakeLists.txt
testprogs/Makefile.in
testprogs/writecaptest.c [new file with mode: 0644]