Config.in 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. comment "Kismet requires a toolchain with C++ support enabled"
  2. depends on !BR2_INSTALL_LIBSTDCPP
  3. config BR2_PACKAGE_KISMET
  4. bool "kismet"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. select BR2_PACKAGE_NCURSES
  7. select BR2_PACKAGE_NCURSES_TARGET_PANEL
  8. select BR2_PACKAGE_LIBPCAP
  9. help
  10. Kismet - 802.11 layer2 wireless network detector, sniffer,
  11. and intrusion detection system.
  12. Kismet will work with any wireless card which supports raw
  13. monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
  14. 802.11g traffic.
  15. Kismet identifies networks by passively collecting packets
  16. and detecting standard named networks, detecting (and given
  17. time, decloaking) hidden networks, and infering the presence
  18. of nonbeaconing networks via data traffic.
  19. http://www.kismetwireless.net
  20. config BR2_PACKAGE_KISMET_CLIENT
  21. bool "Install client"
  22. depends on BR2_PACKAGE_KISMET
  23. config BR2_PACKAGE_KISMET_DRONE
  24. bool "Install drone"
  25. depends on BR2_PACKAGE_KISMET
  26. config BR2_PACKAGE_KISMET_SERVER
  27. bool "Install server"
  28. default y
  29. depends on BR2_PACKAGE_KISMET