Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # |
| 2 | Wireshark - Notes |
| 3 | |
| 4 | URL: http://www.wireshark.org/ |
| 5 | User Guide: http://www.wireshark.org/docs/wsug_html_chunked/ |
| 6 | Secruity advisories: http://www.wireshark.org/security/ |
| 7 | |
| 8 | Wireshark is slowly moving away from gtk and towards QT as their graphical stack. |
| 9 | Currently gtk is supported with this release and I plan on integrating QT. |
| 10 | |
| 11 | |
| 12 | |
| 13 | Adding the wireshark to your build |
| 14 | ======================================== |
| 15 | |
| 16 | via local.conf |
| 17 | IMAGE_INSTALL_append = " wireshark" |
| 18 | |
| 19 | Adding the wireshark to your graphical build |
| 20 | ======================================== |
| 21 | via local.conf |
| 22 | IMAGE_INSTALL_append = " wireshark" |
| 23 | |
| 24 | and one of: |
| 25 | |
| 26 | EXTRA_IMAGE_FEATURES += "x11-base" |
| 27 | |
| 28 | or use the "core-image-x11" |
| 29 | |
| 30 | |
| 31 | Maintenance |
| 32 | ----------- |
| 33 | |
| 34 | Send patches, comments or questions to openembedded-devel@lists.openembedded.org |
| 35 | |
| 36 | When 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 | |
| 43 | Maintainer: Armin Kuster <akuster@mvista.com> |
| 44 | |
| 45 | |