summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-08 17:57:14 +0000
committeragc <agc@pkgsrc.org>2004-01-08 17:57:14 +0000
commit623f33774b0da646d09d8e8454379f50c7821aeb (patch)
tree63d08b53fda39b71f227d50473ec97ca1588e55b
parent0f679c094204e1106cf8599b3c9685fb4acded86 (diff)
downloadpkgsrc-623f33774b0da646d09d8e8454379f50c7821aeb.tar.gz
Initial import of fragroute-1.2 into the NetBSD Packages Collection,
provided in PR 24022 by ISIHARA Takanori. This was taken from the FreeBSD Packages Collection and ported to NetBSD by ISIHARA Takanori. Additional fixes to make the package compile on NetBSD by myself, along with fixes for the build infrastructure (since libevent is part of NetBSD-current). "Fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host, implementing most of the attacks described in the Secure Networks "Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection" paper of January 1998. It features a simple ruleset language to delay, duplicate, drop, fragment, overlap, print, reorder, segment, source-route, or otherwise monkey with all outbound packets destined for a target host, with minimal support for randomized or probabilistic behaviour. This tool was written in good faith to aid in the testing of network intrusion detection systems, firewalls, and basic TCP/IP stack behaviour. Please do not abuse this software."
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 2e44cafebb2..2694a8d0db9 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4393 2004/01/08 16:10:45 adam Exp $
+$NetBSD: CHANGES,v 1.4394 2004/01/08 17:57:14 agc Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -118,3 +118,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated atari800 to 1.3.2 [adam 2004-01-08]
Updated openmortal to 0.4 [xtraeme 2004-01-08]
Updated dlcompat to 20030629 [adam 2004-01-08]
+ Added fragroute-1.2 [agc 2004-01-08]