From 1f96d1b1dfc9fd6fe432c3c09b97fa7a8a29f26a Mon Sep 17 00:00:00 2001 From: cjep Date: Sat, 7 Dec 2002 20:20:25 +0000 Subject: 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. --- net/tcpreplay/DESCR | 4 ++++ net/tcpreplay/Makefile | 15 +++++++++++++++ net/tcpreplay/PLIST | 7 +++++++ net/tcpreplay/distinfo | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 net/tcpreplay/DESCR create mode 100644 net/tcpreplay/Makefile create mode 100644 net/tcpreplay/PLIST create mode 100644 net/tcpreplay/distinfo (limited to 'net/tcpreplay') 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 -- cgit v1.2.3