1# 2Wireshark - Notes 3 4URL: http://www.wireshark.org/ 5User Guide: http://www.wireshark.org/docs/wsug_html_chunked/ 6Secruity advisories: http://www.wireshark.org/security/ 7 8Wireshark is slowly moving away from gtk and towards QT as their graphical stack. 9Currently gtk is supported with this release and I plan on integrating QT. 10 11 12 13Adding the wireshark to your build 14======================================== 15 16via local.conf 17IMAGE_INSTALL:append = " wireshark" 18 19Adding the wireshark to your graphical build 20======================================== 21via local.conf 22IMAGE_INSTALL:append = " wireshark" 23 24and one of: 25 26EXTRA_IMAGE_FEATURES += "x11-base" 27 28or use the "core-image-x11" 29 30 31Maintenance 32----------- 33 34Send patches, comments or questions to openembedded-devel@lists.openembedded.org 35 36When sending single patches, please use something like: 37 38 git send-email -1 -M \ 39 --to openembedded-devel@lists.openembedded.org \ 40 --cc akuster@mvista.com \ 41 --subject-prefix=meta-networking][PATCH 42 43Maintainer: Armin Kuster <akuster@mvista.com> 44 45 46