xref: /OK3568_Linux_fs/buildroot/package/arp-scan/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ARP_SCAN
2	bool "arp-scan"
3	select BR2_PACKAGE_LIBPCAP
4	help
5	  The ARP scanner
6
7	  arp-scan is a command-line tool that uses the ARP protocol to
8	  discover and fingerprint IP hosts on the local network.
9
10	  https://github.com/royhills/arp-scan
11