libpcap: Adjustments after the import
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 19 Nov 2022 21:00:01 +0000 (22:00 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 19 Nov 2022 21:16:00 +0000 (22:16 +0100)
commit3f75611e55cda2794a40d4231ecca0f75812a7dd
tree286567856b4621b227eda7dd61fdc1de0c4b53d9
parente75ef36f1332e115895388cede9dfd24ca1a806c
libpcap: Adjustments after the import

 - Add README.DELETED back.
 - Adjust README.DRAGONFLY
 - Add HAVE_NET_PF_PFVAR_H define to config.h which allows including
   pfvar.h and if_pflog.h from the system headers. This should be perhaps
   upstreamed.
 - Leave the PCAP_DONT_INCLUDE_PCAP_BPF_H define in so that we can make
   use of it. Include the system's bpf.h header when defined.
 - tzoff field has been removed from struct pcap
contrib/libpcap/README.DELETED [new file with mode: 0644]
contrib/libpcap/README.DRAGONFLY
contrib/libpcap/gencode.c
contrib/libpcap/grammar.y
contrib/libpcap/pcap-bpf.c
contrib/libpcap/pcap/pcap.h
contrib/libpcap/portability.h
lib/libipfw3/layer4/Makefile
lib/libpcap/Makefile
lib/libpcap/config.h
usr.sbin/pflogd/pflogd.c