]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a small tool which captures packets on a DIVERT socket and writes
authorphk <phk@FreeBSD.org>
Mon, 17 Oct 2005 20:27:15 +0000 (20:27 +0000)
committerphk <phk@FreeBSD.org>
Mon, 17 Oct 2005 20:27:15 +0000 (20:27 +0000)
commit84406cb935270b5b267978e765af67b0b1f86e1b
treee9e4175818627de42b335bd1b0c4dcab1aa4bc2d
parent238e8516431affd38a99039385908931ec2f759f
Add a small tool which captures packets on a DIVERT socket and writes
them as pcap (tcpdump) format data to a file or pipe.

Volunters wanted for: manpage
Contributed by: P Kern <pkern@cns.utoronto.ca>
usr.sbin/ipfwpcap/Makefile [new file with mode: 0644]
usr.sbin/ipfwpcap/ipfwpcap.c [new file with mode: 0644]