|
Revision 600, 314 bytes
(checked in by wbx, 6 years ago)
|
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_ARPD |
|---|
| 2 |
prompt "arpd.............................. A daemon to fake ARP replies" |
|---|
| 3 |
tristate |
|---|
| 4 |
default n |
|---|
| 5 |
select FWRT_PACKAGE_LIBPCAP |
|---|
| 6 |
select FWRT_PACKAGE_LIBDNET |
|---|
| 7 |
select FWRT_PACKAGE_LIBEVENT |
|---|
| 8 |
help |
|---|
| 9 |
Generates ARP responses for (locally unused) IP addresses |
|---|
| 10 |
|
|---|
| 11 |
http://www.honeyd.org/tools.php |
|---|