2009-09-01 19:01:40 +02:00
|
|
|
comment "Kismet requires a toolchain with C++ support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
2007-10-30 10:16:51 +01:00
|
|
|
config BR2_PACKAGE_KISMET
|
|
|
|
bool "kismet"
|
2009-09-01 19:01:40 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2008-08-04 21:07:05 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
2009-09-01 19:01:40 +02:00
|
|
|
select BR2_PACKAGE_NCURSES_TARGET_PANEL
|
2007-10-30 10:16:51 +01:00
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
help
|
2008-08-27 22:18:51 +02:00
|
|
|
Kismet - 802.11 layer2 wireless network detector, sniffer,
|
|
|
|
and intrusion detection system.
|
|
|
|
|
|
|
|
Kismet will work with any wireless card which supports raw
|
|
|
|
monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
|
|
|
|
802.11g traffic.
|
2007-10-30 10:16:51 +01:00
|
|
|
|
2008-08-27 22:18:51 +02:00
|
|
|
Kismet identifies networks by passively collecting packets
|
|
|
|
and detecting standard named networks, detecting (and given
|
|
|
|
time, decloaking) hidden networks, and infering the presence
|
|
|
|
of nonbeaconing networks via data traffic.
|
2007-10-30 10:16:51 +01:00
|
|
|
|
2008-08-27 22:18:51 +02:00
|
|
|
http://www.kismetwireless.net
|
2009-09-01 19:01:40 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_KISMET_CLIENT
|
|
|
|
bool "Install client"
|
|
|
|
depends on BR2_PACKAGE_KISMET
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KISMET_DRONE
|
|
|
|
bool "Install drone"
|
|
|
|
depends on BR2_PACKAGE_KISMET
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KISMET_SERVER
|
|
|
|
bool "Install server"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_KISMET
|
|
|
|
|