meta-openembedded/meta-networking/recipes-support/wireshark
Vijay Anusuri dc779c8715
wireshark: upgrade 4.2.11 -> 4.2.12
releasenote:
https://www.wireshark.org/docs/relnotes/wireshark-4.2.12.html

Includes security fix CVE-2025-5601

License-Update: Update GPL copies for FSF no longer having an address
Link: 18e4db97c4

Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-09 13:01:21 -07:00
..
files wireshark: update 4.0.10 -> 4.2.0 2023-12-31 08:27:49 -08:00
README Convert to new override syntax 2021-08-03 10:21:25 -07:00
wireshark_4.2.12.bb wireshark: upgrade 4.2.11 -> 4.2.12 2025-06-09 13:01:21 -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