2013-02-17 21:18:11 +01:00
|
|
|
config BR2_PACKAGE_WIRESHARK
|
|
|
|
bool "wireshark"
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # fork(), glib2
|
2013-02-17 21:18:11 +01:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
2013-02-17 21:18:11 +01:00
|
|
|
help
|
|
|
|
Network traffic sniffer and protocol decoder. Currently only tshark,
|
|
|
|
the console interface, is enabled.
|
|
|
|
|
|
|
|
http://www.wireshark.org
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "wireshark needs a toolchain w/ wchar, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|