opnsense-src/usr.sbin/ipfwpcap
Joseph Mingrone 81f87c4d69 ipfwpcap: Fix build after libpcap 1.10.6 update
pcap-int.h now references SIZEOF_TIME_T from libpcap's config.h, which
is not available to consumers of the internal header outside of the
libpcap build.  Switch to the public <pcap.h> header and replace the
direct FILE* casts and ferror()/fflush() calls with pcap_dump_flush(3),
which is the correct public API for flushing a pcap dump file.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit a0b3ef1952603ebf0307ca723b03e5a71598dd5a)
2026-04-30 08:26:37 +02:00
..
ipfwpcap.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
ipfwpcap.c ipfwpcap: Fix build after libpcap 1.10.6 update 2026-04-30 08:26:37 +02:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00