summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-07 20:21:54 +0000
committercjep <cjep>2002-12-07 20:21:54 +0000
commit57632672456e619abcf0524f5ae3511a3c5f9bf9 (patch)
treec1066fb9e66a7f5ede08fe7e0fac7d2fc9ed7d6f /net
parent3acb9cb3c29b3479ed587b5e97b8db072709eba8 (diff)
downloadpkgsrc-57632672456e619abcf0524f5ae3511a3c5f9bf9.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/Makefile3
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