summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipfwpcap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Several cleanups to ipfwpcap(8).ed2009-05-311-0/+2
| | | | | | | | | | | | | - Enable WARNS?=6. - Include missing headers. - Mark prog and pidfile as static. Remove unneeded initializer. - Use ANSI prototypes. - Remove unneeded fp variable. - snprintf() guarantees the buffer to be null terminated. Remove unneeded - 1 and bzero call. - Remove unneeded casting. Submitted by: Pawel Worach, Christoph Mallon
* Add manual page for ipfwpcap(8).joel2006-05-221-1/+1
| | | | | Reviewed by: phk, brueffer Submitted by: Niclas Zeising <lothrandil@n00b.apagnu.se>
* Add a small tool which captures packets on a DIVERT socket and writesphk2005-10-171-0/+19
them as pcap (tcpdump) format data to a file or pipe. Volunters wanted for: manpage Contributed by: P Kern <pkern@cns.utoronto.ca>
OpenPOWER on IntegriCloud