Files
meta-openembedded/meta-networking/recipes-support/wireshark
Hitendra Prajapati 42774277a4 wireshark: Fix multiple CVEs
Backport fixes for :

* CVE-2024-8645  - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/8e5f8de8836d3a81276ae5b9bf78cbac58bb6108
* CVE-2026-0960  - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/f31123dcdbac37272046b58b2f7941bc7fb42934
* CVE-2025-13945 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/9139917bd8e2c80a5db7079993d5528db74e3519

Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
2026-02-19 12:03:21 +01:00
..
2026-02-19 12:03:21 +01:00
2021-08-03 10:21:25 -07: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>