diff options
Diffstat (limited to 'net-mgmt/tcpreplay')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-Makefile.in | 45 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-configure.in | 25 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-tcpreplay.c | 31 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/pkg-descr | 14 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/pkg-plist | 1 |
8 files changed, 0 insertions, 139 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile deleted file mode 100644 index 575a4e1dbbe9..000000000000 --- a/net-mgmt/tcpreplay/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: tcpreplay -# Date created: 2 November 2000 -# Whom: cnh@ivmg.net -# -# $FreeBSD$ -# - -PORTNAME= tcpreplay -PORTVERSION= 1.0.1 -CATEGORIES= net -MASTER_SITES= http://www.anzen.com/research/nidsbench/ - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet - -USE_AUTOCONF= yes - -MAN8= tcpreplay.8 - -.include <bsd.port.mk> diff --git a/net-mgmt/tcpreplay/distinfo b/net-mgmt/tcpreplay/distinfo deleted file mode 100644 index b5ba6a8f4ff4..000000000000 --- a/net-mgmt/tcpreplay/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tcpreplay-1.0.1.tar.gz) = 4b9335761e9202abfc175c06b169e991 diff --git a/net-mgmt/tcpreplay/files/patch-Makefile.in b/net-mgmt/tcpreplay/files/patch-Makefile.in deleted file mode 100644 index a54081d50383..000000000000 --- a/net-mgmt/tcpreplay/files/patch-Makefile.in +++ /dev/null @@ -1,45 +0,0 @@ ---- Makefile.in.orig Thu Apr 22 07:16:41 1999 -+++ Makefile.in Thu Jan 18 01:05:19 2001 -@@ -9,22 +9,23 @@ - CC = @CC@ - CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ --DEFS = @DEFS@ -+DEFS = @DEFS@ `libnet-config --defines` - INCS = $(LNETINCS) $(PCAPINCS) - LIBS = @LIBS@ $(LNETLIBS) $(PCAPLIBS) - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_DATA = @INSTALL_DATA@ - --PCAPDIR = libpcap-0.4 --PCAPINCS = -I$(PCAPDIR) --PCAPLIBS = -L$(PCAPDIR) -lpcap --PCAPDEP = $(PCAPDIR)/pcap.h $(PCAPDIR)/libpcap.a -+# PCAPDIR = libpcap-0.4 -+# PCAPINCS = -I$(PCAPDIR) -+PCAPLIBS = -lpcap -+# PCAPDEP = $(PCAPDIR)/pcap.h $(PCAPDIR)/libpcap.a - --LNETDIR = Libnet-0.99 -+LNETDIR = ${LOCALBASE} - LNETINCS = -I$(LNETDIR)/include --LNETLIBS = -L$(LNETDIR)/lib -lnet --LNETDEP = $(LNETDIR)/include/libnet.h $(LNETDIR)/libnet.a -+LNETLIBS = -L$(LNETDIR)/lib `libnet-config --libs` -+# LNETDEP = $(LNETDIR)/include/libnet.h $(LNETDIR)/libnet.a - - PROGRAMS = tcpreplay - -@@ -51,8 +52,8 @@ - rm -f Makefile config.h config.status config.cache config.log - - install: -- $(INSTALL_PROGRAM) -m 755 tcpreplay $(SBINDIR) -- $(INSTALL) -m 644 tcpreplay.8 $(MANDIR) -+ $(INSTALL_PROGRAM) tcpreplay $(SBINDIR) -+ $(INSTALL_DATA) tcpreplay.8 $(MANDIR) - - uninstall: - rm -f $(SBINDIR)/tcpreplay diff --git a/net-mgmt/tcpreplay/files/patch-configure.in b/net-mgmt/tcpreplay/files/patch-configure.in deleted file mode 100644 index b3ff9a2b4fec..000000000000 --- a/net-mgmt/tcpreplay/files/patch-configure.in +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.in.orig Thu May 20 04:55:28 1999 -+++ configure.in Thu Jan 18 01:02:11 2001 -@@ -8,13 +8,6 @@ - AC_PROG_INSTALL - AC_PROG_MAKE_SET - --dnl Use these compiler flags if we have gcc. --dnl --if test $ac_cv_prog_gcc = yes; then -- CCOPTS='-O3 -pipe -Wall' -- CFLAGS="$CCOPTS" --fi -- - dnl Checks for libraries. - AC_CHECK_LIB(socket, socket) - AC_CHECK_LIB(nsl, gethostbyname) -@@ -28,8 +21,6 @@ - - dnl Checks for library functions. - AC_CHECK_FUNCS(gettimeofday) -- --AC_CONFIG_SUBDIRS(Libnet-0.99 libpcap-0.4) - - AC_CONFIG_HEADER(config.h) - AC_OUTPUT(Makefile) diff --git a/net-mgmt/tcpreplay/files/patch-tcpreplay.c b/net-mgmt/tcpreplay/files/patch-tcpreplay.c deleted file mode 100644 index 1b49c631bfaf..000000000000 --- a/net-mgmt/tcpreplay/files/patch-tcpreplay.c +++ /dev/null @@ -1,31 +0,0 @@ ---- tcpreplay.c.orig Wed May 19 13:00:35 1999 -+++ tcpreplay.c Thu Nov 2 17:58:27 2000 -@@ -229,8 +229,8 @@ - } - - while (write_status < 0) { -- write_status = write_link_layer((struct link_int *)user, interface, -- data,pcap_hdr->caplen); -+ write_status = libnet_write_link_layer((struct libnet_link_int *)user, -+ interface,data,pcap_hdr->caplen); - #ifdef DEBUG - if (debug > 1) { - fprintf(stderr, "write_status = %i\n", write_status); -@@ -255,7 +255,7 @@ - int main(int argc, char * argv[]) - { - pcap_t * in_file; -- struct link_int * write_if; -+ struct libnet_link_int * write_if; - float Mrate = 0; - double starttime_local, startusec; - char ebuf[256]; -@@ -327,7 +327,7 @@ - failed_writes = 0; - pkts_sent = 0; - bytes_sent = 0; -- write_if = open_link_interface(interface,ebuf); -+ write_if = libnet_open_link_interface(interface,ebuf); - if (write_if <= 0) { - fprintf(stderr, "output i/f: %s\n",ebuf); - exit(1); diff --git a/net-mgmt/tcpreplay/pkg-comment b/net-mgmt/tcpreplay/pkg-comment deleted file mode 100644 index db5ed6432b4a..000000000000 --- a/net-mgmt/tcpreplay/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool to replay saved tcpdump files diff --git a/net-mgmt/tcpreplay/pkg-descr b/net-mgmt/tcpreplay/pkg-descr deleted file mode 100644 index c63b49408891..000000000000 --- a/net-mgmt/tcpreplay/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Tcpreplay is aimed at testing the performance of a Network Intrusion Detection -System by replaying real background network traffic in which to hide attacks. - -Tcpreplay allows you to control the speed at which the traffic is replayed, -and can replay arbitrary libpcap traces. - -Unlike programmatically-generated artificial traffic which doesn't exercise -the application/protocol inspection that a NIDS performs, and doesn't -reproduce the real-world anomalies that appear on production networks -(asymmetric routes, traffic bursts/lulls, fragmentation, retransmissions, -etc.), tcpreplay allows for exact replication of real traffic seen on real -networks. - -WWW: http://www.anzen.com/research/nidsbench/ diff --git a/net-mgmt/tcpreplay/pkg-plist b/net-mgmt/tcpreplay/pkg-plist deleted file mode 100644 index 69ef82f2515c..000000000000 --- a/net-mgmt/tcpreplay/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/tcpreplay |