summaryrefslogtreecommitdiff
path: root/net/tcpreplay
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-07 20:20:25 +0000
committercjep <cjep@pkgsrc.org>2002-12-07 20:20:25 +0000
commit1f96d1b1dfc9fd6fe432c3c09b97fa7a8a29f26a (patch)
tree0b8ed6c9f019b01ebaa628fc5fc36bb8c4bd1785 /net/tcpreplay
parentea522adfe37d6c516add525c2ce9d984d9ebc0e6 (diff)
downloadpkgsrc-1f96d1b1dfc9fd6fe432c3c09b97fa7a8a29f26a.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/tcpreplay')
-rw-r--r--net/tcpreplay/DESCR4
-rw-r--r--net/tcpreplay/Makefile15
-rw-r--r--net/tcpreplay/PLIST7
-rw-r--r--net/tcpreplay/distinfo4
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