aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpreplay/pkg-descr
diff options
context:
space:
mode:
authorsmace <smace@FreeBSD.org>2002-04-16 04:03:51 +0800
committersmace <smace@FreeBSD.org>2002-04-16 04:03:51 +0800
commit2978d7f20d1a383ae8e2e1f3d7b13da92e422c86 (patch)
treebcd61b984d38e472c5b5a0e873bd56d77fc888e4 /net/tcpreplay/pkg-descr
parent358b59d07c6e7475ed469a4e29c3ba8f55a9d36a (diff)
downloadfreebsd-ports-gnome-2978d7f20d1a383ae8e2e1f3d7b13da92e422c86.tar.gz
freebsd-ports-gnome-2978d7f20d1a383ae8e2e1f3d7b13da92e422c86.tar.zst
freebsd-ports-gnome-2978d7f20d1a383ae8e2e1f3d7b13da92e422c86.zip
Update tcpreplay with patch from Aaron Turner.
This includes tcpprep and multi-nic support.
Diffstat (limited to 'net/tcpreplay/pkg-descr')
-rw-r--r--net/tcpreplay/pkg-descr10
1 files changed, 9 insertions, 1 deletions
diff --git a/net/tcpreplay/pkg-descr b/net/tcpreplay/pkg-descr
index c63b49408891..4740f222ec7b 100644
--- a/net/tcpreplay/pkg-descr
+++ b/net/tcpreplay/pkg-descr
@@ -11,4 +11,12 @@ reproduce the real-world anomalies that appear on production networks
etc.), tcpreplay allows for exact replication of real traffic seen on real
networks.
-WWW: http://www.anzen.com/research/nidsbench/
+Tcpprep is tcpreplay with patches can send traffic out two network cards,
+however it requires the calculations be done in real-time. These calculations
+can be expensive and can significantly reduce the throughput of tcpreplay.
+
+tcpprep is a libpcap pre-processor for tcpreplay which enables this
+feature in tcpreplay, and significantly increases throughput through
+the use of a cache file.
+
+WWW: http://synfin.net/aturner/tcpreplay/