![]() Bug Fixes The following vulnerability has been fixed: wnpa-sec-2024-11 NTLMSSP dissector crash. Issue 19943. CVE-2024-8250. The following bugs have been fixed: Fuzz job issue: fuzz-2024-01-31-7745.pcap. Issue 19627. OSS-Fuzz 70534: wireshark:fuzzshark_ip_proto-udp: Stack-overflow in dissect_cbor_main_type. Issue 19935. SOME/IP Protocol heuristic dissector fails to parse. Issue 19670. 6loWPAN: Page Number Field Incorrect Registration. Issue 19934. PacketBB incorrectly reports "Malformed Packet" Issue 19972. Release Notes: https://www.wireshark.org/docs/relnotes/wireshark-4.2.7.html Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |
||
---|---|---|
.. | ||
files | ||
README | ||
wireshark_4.2.7.bb |
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