Module Name: src Committed By: rin Date: Tue Sep 3 09:03:18 UTC 2024
Modified Files: src/dist/pf/sbin/pflogd: pflogd.c Log Message: pflogd: Work around fallout from libpcap 1.10.5 struct pcap_timeval and pcap_sf_pkthdr are no longer exposed. Add local declarations as done for racoon/dump.c. Note that pcap_timeval:tv_{,u}sec are converted to unsigned for 1.10.5, without changing header magic number. These are already unsigned for racoon/dump.c somehow... XXX There's no ATF/regress test for pf, and this patch is totally untested. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/dist/pf/sbin/pflogd/pflogd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.