summaryrefslogtreecommitdiff
path: root/usr.sbin/ipfwpcap/ipfwpcap.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-08-30ipfwpcap: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERTGleb Smirnoff
2018-05-28Buildfix for GCC after r334277.Hans Petter Selasky
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2009-05-31Several cleanups to ipfwpcap(8).Ed Schouten
2007-10-12Add a signal handler for SIGINT to make sure that the PID fileChristian S.J. Peron
2006-09-04add define's from config.h for pcap-int.h; this is a noop nowSam Leffler
2005-10-17Add a small tool which captures packets on a DIVERT socket and writesPoul-Henning Kamp