2013-02-17 21:18:11 +01:00
|
|
|
config BR2_PACKAGE_WIRESHARK
|
|
|
|
bool "wireshark"
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2016-10-18 13:26:32 +02:00
|
|
|
select BR2_PACKAGE_QT5TOOLS if BR2_PACKAGE_QT5BASE_WIDGETS
|
|
|
|
select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS if BR2_PACKAGE_QT5BASE_WIDGETS
|
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
|
2015-12-30 13:30:59 +01:00
|
|
|
Network traffic sniffer and protocol decoder.
|
2013-02-17 21:18:11 +01:00
|
|
|
|
2016-10-18 13:26:30 +02:00
|
|
|
https://www.wireshark.org
|
2013-02-17 21:18:11 +01:00
|
|
|
|
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
|