summaryrefslogtreecommitdiff
path: root/net/nemesis/PLIST
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-08-26 17:01:38 +0000
committerdrochner <drochner@pkgsrc.org>2005-08-26 17:01:38 +0000
commit69c689c87c2998ced0967afbc8e7102a369daca4 (patch)
tree5ed22ebc1ed1ac7adf53b1365b96ea989baf17cb /net/nemesis/PLIST
parent703793922db4b1f06b3cb0800ef70c1d392d6753 (diff)
downloadpkgsrc-69c689c87c2998ced0967afbc8e7102a369daca4.tar.gz
update to 1.4
changes: - New and improved nemesis - New in nemesis 1.4: nemesis-ethernet and nemesis-ip - Windows support (link-layer injection only) - Useful man pages - Single binary - Improved cross-platform support via GNU autotools - Easier to use - Nemesis will attempt to fill in as many details as possible in a packet, thus requiring fewer or even no command line switches. - Each protocol builder attempts to build a proper packet by default. - Organized code base - The network header structures in libnet proved useful so nemesis now uses them where appropriate. - Code is re-used wherever possible resulting in a much more concise code base. - Full payload functionality - Payloads can now contain NULLs within them and full-size packets are available on all supported platforms except Windows. - IP and TCP options support - All nemesis injectors (excluding ARP and Ethernet) now support IP options via -O <IP options file>. - All nemesis injectors using TCP as a transport protocol now support TCP options via -o <TCP options file>. - Improved IP and TCP functionality - Full IP fragmentation support via new -F command line semantics. - ECN support in TCP with the addition of -fE (ECE) and -fC (CWR).
Diffstat (limited to 'net/nemesis/PLIST')
-rw-r--r--net/nemesis/PLIST14
1 files changed, 5 insertions, 9 deletions
diff --git a/net/nemesis/PLIST b/net/nemesis/PLIST
index 6dfb1b0a1ef..a3a1c039739 100644
--- a/net/nemesis/PLIST
+++ b/net/nemesis/PLIST
@@ -1,17 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:32 zuntum Exp $
-sbin/nemesis-arp
-sbin/nemesis-dns
-sbin/nemesis-icmp
-sbin/nemesis-igmp
-sbin/nemesis-ospf
-sbin/nemesis-rip
-sbin/nemesis-tcp
-sbin/nemesis-udp
+@comment $NetBSD: PLIST,v 1.2 2005/08/26 17:01:38 drochner Exp $
+bin/nemesis
man/man1/nemesis-arp.1
man/man1/nemesis-dns.1
+man/man1/nemesis-ethernet.1
man/man1/nemesis-icmp.1
man/man1/nemesis-igmp.1
+man/man1/nemesis-ip.1
man/man1/nemesis-ospf.1
man/man1/nemesis-rip.1
man/man1/nemesis-tcp.1
man/man1/nemesis-udp.1
+man/man1/nemesis.1