meta-openembedded/meta-networking/recipes-support/wireshark
Armin Kuster f696ff1050 wireshark: Update to 2.2.11
changed --with-ssh to --with-libssh=DIR

includes:

wnpa-sec-2017-47 : CVE-2017-17084
    The IWARP_MPA dissector could crash. (Bug 14236)

wnpa-sec-2017-48 : CVE-2017-17083
    The NetBIOS dissector could crash. (Bug 14249)

wnpa-sec-2017-49 : CVE-2017-17085
    The CIP Safety dissector could crash. (Bug 14250)

release notes:
https://www.wireshark.org/docs/relnotes/wireshark-2.2.11.html

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-01-08 12:05:49 -05:00
..
README wireshark: update README instructions 2014-08-06 11:24:28 -04:00
wireshark_2.2.11.bb wireshark: Update to 2.2.11 2018-01-08 12:05:49 -05:00

Wireshark - Notes

URL: http://www.wireshark.org/ User Guide: http://www.wireshark.org/docs/wsug_html_chunked/ Secruity advisories: http://www.wireshark.org/security/

Wireshark is slowly moving away from gtk and towards QT as their graphical stack. Currently gtk is supported with this release and I plan on integrating QT.

Adding the wireshark to your build

via local.conf IMAGE_INSTALL_append = " wireshark"

Adding the wireshark to your graphical build

via local.conf IMAGE_INSTALL_append = " wireshark"

and one of:

EXTRA_IMAGE_FEATURES += "x11-base"

or use the "core-image-x11"

Maintenance

Send patches, comments or questions to openembedded-devel@lists.openembedded.org

When sending single patches, please use something like:

git send-email -1 -M
--to openembedded-devel@lists.openembedded.org
--cc akuster@mvista.com
--subject-prefix=meta-networking][PATCH

Maintainer: Armin Kuster akuster@mvista.com