blob: d8cb07f7d3acddd0e99bc757c54fa6108b04ff96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
config ADK_PACKAGE_SNORT_WIRELESS
prompt "snort-wireless.................... Ligthweight Wireless Network Intrusion Detection System (NIDS)"
tristate
select ADK_PACKAGE_LIBNET
select ADK_PACKAGE_LIBPCAP
select ADK_PACKAGE_LIBPCRE
default n
help
A ligthweight Wireless Network Intrusion Detection System (NIDS)
http://www.snort-wireless.org/
Depends:
- libnet
- libpcap
- libpcre
|