summaryrefslogtreecommitdiff
path: root/net/arp-scan
AgeCommit message (Collapse)AuthorFilesLines
2015-01-03updated net/arp-scan to 1.9schwarz4-31/+13
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-03-03Makefile should state that arp-scan depends on libpcap>=0.8 rather than ↵pho1-1/+3
implicitly depending on builtin libpcap.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-08-07net/arp-scan: Fix build on DragonFlymarino3-1/+33
1. Add DragonFly to BSD list on configure 2. Prevent inclusion of both pcap/bpf.h and net/bpf.h on DragonFly Patches will be sent upstream.
2012-01-08Initial import of arp-scan-1.8, for Angelos.wiz4-0/+52
arp-scan is a command-line tool for system discovery and fingerprinting. It constructs and sends ARP requests to the specified IP addresses, and displays any responses that are received. arp-scan allows you to: * Send ARP packets to any number of destination hosts, using a configurable output bandwidth or packet rate. * Construct the outgoing ARP packet in a flexible way. * Decode and display any returned packets. * Fingerprint IP hosts using the arp-fingerprint tool.