Config.in 459 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_TCPDUMP
  2. bool "tcpdump"
  3. select BR2_PACKAGE_LIBPCAP
  4. default n
  5. help
  6. A tool for network monitoring and data acquisition.
  7. http://www.tcpdump.org/
  8. config BR2_PACKAGE_TCPDUMP_SMB
  9. bool "smb dump support"
  10. default n
  11. depends on BR2_PACKAGE_TCPDUMP
  12. help
  13. enable possibly-buggy SMB printer
  14. config BR2_PACKAGE_DHCPDUMP
  15. bool "dhcpdump"
  16. default n
  17. select BR2_PACKAGE_LIBPCAP
  18. help
  19. A tool for monitoring dhcp requests using tcpdump.