diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-07 20:21:54 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-07 20:21:54 +0000 |
commit | 6e47a400fd62355e64d32eb24f3ea0ba7fb99071 (patch) | |
tree | c1066fb9e66a7f5ede08fe7e0fac7d2fc9ed7d6f /net | |
parent | 1f96d1b1dfc9fd6fe432c3c09b97fa7a8a29f26a (diff) | |
download | pkgsrc-6e47a400fd62355e64d32eb24f3ea0ba7fb99071.tar.gz |
Initial import of tcpreplay 1.2a into the NetBSD packages collection
as net/tcpreplay.
tcpreplay is a tool to replay saved tcpdump or snoop files at arbitrary
speeds. It allows you to recreate real network traffic from a real network
for use in testing. For example, it can be used to test Intrusion
Detection Systems.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 5d8ee24aa00..915e8db7288 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.343 2002/12/05 11:31:56 drochner Exp $ +# $NetBSD: Makefile,v 1.344 2002/12/07 20:21:55 cjep Exp $ # COMMENT= Networking tools @@ -245,6 +245,7 @@ SUBDIR+= tcpdpriv SUBDIR+= tcpdstat SUBDIR+= tcpdump SUBDIR+= tcpillust +SUBDIR+= tcpreplay SUBDIR+= tcpslice SUBDIR+= tcptrace SUBDIR+= tightvnc |