blob: 11607baf4f9b527090e4e79b4edbf2074a2f0290 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_ARPD
prompt "arpd.............................. A daemon to fake ARP replies"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBDNET
select BR2_PACKAGE_LIBEVENT
help
Generates ARP responses for (locally unused) IP addresses
http://www.honeyd.org/tools.php
|