pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tcpreplay - Update to 2.3.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/33c2830abb02
branches: trunk
changeset: 487832:33c2830abb02
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Thu Jan 20 21:59:13 2005 +0000
description:
- 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 <ENTER>)
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
diffstat:
net/tcpreplay/Makefile | 11 ++++++-----
net/tcpreplay/PLIST | 6 +++++-
net/tcpreplay/distinfo | 6 +++---
3 files changed, 14 insertions(+), 9 deletions(-)
diffs (54 lines):
diff -r b975009dcc36 -r 33c2830abb02 net/tcpreplay/Makefile
--- a/net/tcpreplay/Makefile Thu Jan 20 21:35:07 2005 +0000
+++ b/net/tcpreplay/Makefile Thu Jan 20 21:59:13 2005 +0000
@@ -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 @@
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 -r b975009dcc36 -r 33c2830abb02 net/tcpreplay/PLIST
--- a/net/tcpreplay/PLIST Thu Jan 20 21:35:07 2005 +0000
+++ b/net/tcpreplay/PLIST Thu Jan 20 21:59:13 2005 +0000
@@ -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 -r b975009dcc36 -r 33c2830abb02 net/tcpreplay/distinfo
--- a/net/tcpreplay/distinfo Thu Jan 20 21:35:07 2005 +0000
+++ b/net/tcpreplay/distinfo Thu Jan 20 21:59:13 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index