# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python25 1.0 name scapy version 2.0.0.10 revision 2 categories net security python platforms darwin maintainers pmq description A powerful packet manipulation tool long_description \ Scapy is a powerful interactive packet manipulation program. It is \ able to forge or decode packets of a wide number of protocols, send \ them on the wire, capture them, match requests and replies, and much \ more. It can easily handle most classical tasks like scanning, \ tracerouting, probing, unit tests, attacks or network discovery (it \ can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, \ tethereal, p0f, etc.). It also performs very well at a lot of other \ specific tasks that most other tools can't handle, like sending \ invalid frames, injecting your own 802.11 frames, combining technics \ (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted \ channel, ...), etc. homepage http://www.secdev.org/projects/scapy master_sites ${homepage}/files/ checksums md5 6f75a492e19d188f8448c78d8e94c8d4 \ sha1 ac3bbfe6c731aae2dcb62d0c61c2b82f00a9e0a1 \ rmd160 bede1a7acf88bfc2dc7764cc3c1c76d945c9a156 depends_lib-append port:py25-readline port:py25-pylibpcap \ port:py25-libdnet port:py25-crypto \ port:py25-gnuplot port:py25-pyx \ path:bin/dot:graphviz