diff options
author | will <will@FreeBSD.org> | 2003-06-03 05:25:09 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 05:25:09 +0000 |
commit | e7bf97f9d8c7d5ac2eef251059a17b8fad0974cd (patch) | |
tree | 05b5c0089ae0d392581b8a5c8d2cfc9cab8496f0 /net-mgmt/pixilate/pkg-descr | |
parent | 3941e8fdb9d1190263d9f4729b0c9cf2c6e11b5f (diff) | |
download | FreeBSD-ports-e7bf97f9d8c7d5ac2eef251059a17b8fad0974cd.zip FreeBSD-ports-e7bf97f9d8c7d5ac2eef251059a17b8fad0974cd.tar.gz |
Add pixilate 0.4, a program that generates packets to match
a list of Cisco PIX access lists.
PR: 51624
Submitted by: Barry Irwin <bvi@moria.org>
Diffstat (limited to 'net-mgmt/pixilate/pkg-descr')
-rw-r--r-- | net-mgmt/pixilate/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/pixilate/pkg-descr b/net-mgmt/pixilate/pkg-descr new file mode 100644 index 0000000..e10fbb2 --- /dev/null +++ b/net-mgmt/pixilate/pkg-descr @@ -0,0 +1,11 @@ +pixilate parses an input file containing Cisco PIX 6.2x (normal mask) + or Cisco IOS (inverted mask) access-list entries and generates + the appropriate packets. For further information on writing PIX access-lists, + look here, for information on writing IOS access-lists, look here. + +pixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP + types), and IGMP utilizing the Libnet 1.1.x library available from + http://www.packetfactory.net. NOTE: Libnet 1.0.x is NOT compatible." + + +WWW: http://winfingerprint.sourceforge.net/pixilate.php |