2013-02-17 21:18:11 +01:00
|
|
|
config BR2_PACKAGE_WIRESHARK
|
|
|
|
bool "wireshark"
|
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
|
2017-04-22 19:18:09 +02:00
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
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
|
|
|
|
2016-10-20 21:56:41 +02:00
|
|
|
if BR2_PACKAGE_WIRESHARK
|
|
|
|
|
2016-10-20 18:28:25 +02:00
|
|
|
config BR2_PACKAGE_WIRESHARK_QT
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_QT5BASE_WIDGETS
|
|
|
|
depends on BR2_PACKAGE_QT5TOOLS
|
|
|
|
select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_WIRESHARK_GUI
|
|
|
|
bool
|
|
|
|
default y if BR2_PACKAGE_LIBGTK2
|
|
|
|
default y if BR2_PACKAGE_LIBGTK3
|
|
|
|
default y if BR2_PACKAGE_WIRESHARK_QT
|
|
|
|
|
2016-10-20 21:56:41 +02:00
|
|
|
endif # BR2_PACKAGE_WIRESHARK
|
|
|
|
|
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
|