# $Id: Portfile,v 1.5 2003/03/03 07:09:37 mij Exp $ PortSystem 1.0 name tcpflow version 0.20 revision 0 categories net security maintainers jpm@opendarwin.org description TCP flow recorder long_description \ tcpflow is a program that captures data transmitted as part of TCP \ connections (flows), and stores the data in a way that is convenient \ for protocol analysis or debugging. A program like tcpdump(4) shows \ a summary of packets seen on the wire, but usually doesn't store the \ data that's actually being transmitted. In contrast, tcpflow \ reconstructs the actual data streams and stores each flow in a \ separate file for later analysis. tcpflow understands TCP sequence \ numbers and will correctly reconstruct data streams regardless of \ retransmissions or out-of-order delivery. homepage http://www.circlemud.org/pub/jelson/tcpflow/ platforms darwin freebsd master_sites http://www.circlemud.org/pub/jelson/tcpflow/ checksums md5 cce28bfb13fa7a9eea17af9ff50b6580 depends_lib lib:libpcap:libpcap pre-configure { file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub }