# $Id$ PortSystem 1.0 name tcpreplay categories net security version 3.2.3 platforms darwin maintainers pmq@macports.org description Replay pcap files at arbitrary speeds onto the network long_description \ Tcpreplay is a suite of BSD licensed tools written by Aaron Turner for \ *NIX operating systems which gives you the ability to use previously \ captured traffic in libpcap format to test a variety of network devices. \ It allows you to classify traffic as client or server, rewrite Layer 2, 3 \ and 4 headers and finally replay the traffic back onto the network and \ through other devices such as switches, routers, firewalls, NIDS and \ IPS's. Tcpreplay supports both single and dual NIC modes for testing both \ sniffing and inline devices. homepage http://tcpreplay.synfin.net master_sites sourceforge:tcpreplay checksums sha1 bafca8248bcbdc9fbbda1ddfa5410ab024723d0d \ rmd160 2b6c3cdd4758ba54086e84753f2a921fce1061fa # libnet is not recommended, so only use libpcap # TODO use libpcapnav depends_lib port:libpcap port:tcpdump configure.args --with-libpcap=${prefix} \ --with-tcpdump=${prefix}/sbin/tcpdump