diff options
author | cjep <cjep> | 2002-12-07 20:20:25 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-07 20:20:25 +0000 |
commit | 3acb9cb3c29b3479ed587b5e97b8db072709eba8 (patch) | |
tree | 0b8ed6c9f019b01ebaa628fc5fc36bb8c4bd1785 /net | |
parent | b0e163a3a791e0fff721d63345a51bfbf41ba1c1 (diff) | |
download | pkgsrc-3acb9cb3c29b3479ed587b5e97b8db072709eba8.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/tcpreplay/DESCR | 4 | ||||
-rw-r--r-- | net/tcpreplay/Makefile | 15 | ||||
-rw-r--r-- | net/tcpreplay/PLIST | 7 | ||||
-rw-r--r-- | net/tcpreplay/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net/tcpreplay/DESCR b/net/tcpreplay/DESCR new file mode 100644 index 00000000000..5deb77c8dc5 --- /dev/null +++ b/net/tcpreplay/DESCR @@ -0,0 +1,4 @@ +tcpreplay is a tool to replay saved tcpdump or snoop files at arbitrary +speeds. It allows you to recreate real netowkr traffic from a real network +for use in testing. For example, it can be used to test Intrusion +Detection Systems. diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile new file mode 100644 index 00000000000..9d4e71c5e4c --- /dev/null +++ b/net/tcpreplay/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 20:20:25 cjep Exp $ + +DISTNAME= tcpreplay-1.2a +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://tcpreplay.sourceforge.net/ +COMMENT= Replay saved tcpdump or snoop files + +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes + +.include "../../devel/libnet/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/tcpreplay/PLIST b/net/tcpreplay/PLIST new file mode 100644 index 00000000000..f4faf0f01bc --- /dev/null +++ b/net/tcpreplay/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/07 20:20:25 cjep Exp $ +bin/capinfo +bin/tcpprep +man/man1/capinfo.1 +man/man1/tcpprep.1 +man/man8/tcpreplay.8 +sbin/tcpreplay diff --git a/net/tcpreplay/distinfo b/net/tcpreplay/distinfo new file mode 100644 index 00000000000..d487219a5cb --- /dev/null +++ b/net/tcpreplay/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/07 20:20:25 cjep Exp $ + +SHA1 (tcpreplay-1.2a.tar.gz) = e22608a8d5822e39d1311bee96450cfd4a9c8e3d +Size (tcpreplay-1.2a.tar.gz) = 196911 bytes |