From 74d16e257f760864a87eadf7767c09d00ed4dd50 Mon Sep 17 00:00:00 2001 From: adrianp Date: Thu, 20 Jan 2005 21:59:13 +0000 Subject: - Update to 2.3.2 - Lots of changes, bugfixes and extra functionality as we are going from 1.x to 2.x Add support to tcpreplay and tcpprep for DLT_CHDLC (Cisco HDLC) Add endpoint mode (-e) which rewrites all traffic between two IP's Add support for rewriting src mac & Linux SLL loopback frames Add support for "pseudo NAT" (-N) for ARP and IPv4 Add -1 to replay one packet at a time (user must hit ) Add tcpdump packet parsing to print packets as sent (-v) Add BPF filter support to tcpprep and tcpreplay (-x F:"filter") Add support for replaying live traffic Add bridge mode --- net/tcpreplay/Makefile | 11 ++++++----- net/tcpreplay/PLIST | 6 +++++- net/tcpreplay/distinfo | 6 +++--- 3 files changed, 14 insertions(+), 9 deletions(-) (limited to 'net/tcpreplay') diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 6efe53ed7d2..231a157146c 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:00 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/20 21:59:13 adrianp Exp $ -DISTNAME= tcpreplay-1.3.2 -PKGREVISION= 1 +DISTNAME= tcpreplay-2.3.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/} @@ -9,9 +8,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://tcpreplay.sourceforge.net/ COMMENT= Replay saved tcpdump or snoop files +BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6 + USE_BUILDLINK3= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libnetver=1.0.x -.include "../../devel/libnet/buildlink3.mk" +.include "../../devel/libnet11/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/tcpreplay/PLIST b/net/tcpreplay/PLIST index f4faf0f01bc..3278a06ad1b 100644 --- a/net/tcpreplay/PLIST +++ b/net/tcpreplay/PLIST @@ -1,7 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/07 20:20:25 cjep Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/01/20 21:59:13 adrianp Exp $ bin/capinfo bin/tcpprep +bin/pcapmerge +bin/flowreplay man/man1/capinfo.1 man/man1/tcpprep.1 man/man8/tcpreplay.8 +man/man1/pcapmerge.1 +man/man1/flowreplay.1 sbin/tcpreplay diff --git a/net/tcpreplay/distinfo b/net/tcpreplay/distinfo index b2b2a6a36df..3dda9d5e58c 100644 --- a/net/tcpreplay/distinfo +++ b/net/tcpreplay/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/02/15 23:54:45 salo Exp $ +$NetBSD: distinfo,v 1.3 2005/01/20 21:59:13 adrianp Exp $ -SHA1 (tcpreplay-1.3.2.tar.gz) = 1c8f763568a7e89038c7fc05222dc9863f06dcb0 -Size (tcpreplay-1.3.2.tar.gz) = 319295 bytes +SHA1 (tcpreplay-2.3.2.tar.gz) = da102c81c55f037adb03a97e1b589f4ca3eb9b63 +Size (tcpreplay-2.3.2.tar.gz) = 577483 bytes -- cgit v1.2.3