1 config BR2_PACKAGE_WIRESHARK
3 select BR2_PACKAGE_LIBPCAP
4 select BR2_PACKAGE_LIBGLIB2
5 depends on BR2_USE_MMU # fork(), glib2
6 depends on BR2_USE_WCHAR # glib2
7 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
9 Network traffic sniffer and protocol decoder.
11 https://www.wireshark.org
13 if BR2_PACKAGE_WIRESHARK
15 config BR2_PACKAGE_WIRESHARK_QT
18 depends on BR2_PACKAGE_QT5BASE_WIDGETS
19 depends on BR2_PACKAGE_QT5TOOLS
20 select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
22 config BR2_PACKAGE_WIRESHARK_GUI
24 default y if BR2_PACKAGE_LIBGTK2
25 default y if BR2_PACKAGE_LIBGTK3
26 default y if BR2_PACKAGE_WIRESHARK_QT
28 endif # BR2_PACKAGE_WIRESHARK
30 comment "wireshark needs a toolchain w/ wchar, threads"
31 depends on BR2_USE_MMU
32 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS