diff options
author | adrianp <adrianp> | 2005-01-20 21:59:13 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-01-20 21:59:13 +0000 |
commit | 74d16e257f760864a87eadf7767c09d00ed4dd50 (patch) | |
tree | ec559d142ed3807f0dc2a11b48d89747933516b2 /net/tcpreplay/PLIST | |
parent | c56cd29ae5a8082335793c517e135fa40e9b54ff (diff) | |
download | pkgsrc-74d16e257f760864a87eadf7767c09d00ed4dd50.tar.gz |
- 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 (limited to 'net/tcpreplay/PLIST')
-rw-r--r-- | net/tcpreplay/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
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 |