<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-support/wireshark, branch styhead</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-01-16T14:17:32+00:00</updated>
<entry>
<title>wireshark: upgrade 4.2.8 -&gt; 4.2.9</title>
<updated>2025-01-16T14:17:32+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2024-12-20T15:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=528404955f09b85fbebbcab1e900f8190c14531f'/>
<id>urn:sha1:528404955f09b85fbebbcab1e900f8190c14531f</id>
<content type='text'>
Solves CVE-2024-9781

Release notes:
https://www.wireshark.org/docs/relnotes/wireshark-4.2.7.html
https://www.wireshark.org/docs/relnotes/wireshark-4.2.8.html

Signed-off-by: Peter Marko &lt;peter.marko@siemens.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 2d3988f7b611f0ccf0ea4dff8fb7bd15b4dc8860)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: use inherit_defer for conditional cases</title>
<updated>2025-01-16T14:17:32+00:00</updated>
<author>
<name>Ghislain Mangé</name>
<email>ghislain.mange@smile.fr</email>
</author>
<published>2024-12-02T10:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=df6844bc84e8ce3cf39ad4d548a099867c11b0ee'/>
<id>urn:sha1:df6844bc84e8ce3cf39ad4d548a099867c11b0ee</id>
<content type='text'>
Conditionnal inherit may be missed when PACKAGECONFIG qt5 is activated
after this inherit, eg in .bbappend. see patch [0]

[0]: https://lists.openembedded.org/g/bitbake-devel/message/16815

Reviewed-by: Yoann Congal &lt;yoann.congal@smile.fr&gt;
Signed-off-by: Ghislain Mangé &lt;ghislain.mange@smile.fr&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 97318e27ebf9f528acf77fb0759c332bd83adb4b)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: fix typo in PACKAGECONFIG[zstd]</title>
<updated>2024-11-19T21:13:26+00:00</updated>
<author>
<name>Ghislain Mangé</name>
<email>ghislain.mange@smile.fr</email>
</author>
<published>2024-10-02T13:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c68342eca392d527b98f97ac424d51bf34ce0846'/>
<id>urn:sha1:c68342eca392d527b98f97ac424d51bf34ce0846</id>
<content type='text'>
ENABLE_STTD is a typo, correct option is ENABLE_ZSTD.

This patches the following CMake warning in do_configure:
  Manually-specified variables were not used by the project: ENABLE_STTD
After, do_configure does not show the warning.

Github issue: https://github.com/openembedded/meta-openembedded/issues/845

Reported-by: Ludovic Jozeau &lt;ludovic.jozeau@smile.fr&gt;
Reviewed-by: Yoann Congal &lt;yoann.congal@smile.fr&gt;
Signed-off-by: Ghislain Mangé &lt;ghislain.mange@smile.fr&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 15758538ee4de90c146199ef831205f942786c8f)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: upgrade 4.2.6 -&gt; 4.2.7</title>
<updated>2024-09-09T14:56:50+00:00</updated>
<author>
<name>Vijay Anusuri</name>
<email>vanusuri@mvista.com</email>
</author>
<published>2024-09-09T09:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=52d6841a10bc25cdecea01a31754a8d5e6574321'/>
<id>urn:sha1:52d6841a10bc25cdecea01a31754a8d5e6574321</id>
<content type='text'>
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 &lt;vanusuri@mvista.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: upgrade 4.2.5 -&gt; 4.2.6</title>
<updated>2024-07-15T23:36:15+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-07-15T09:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6e57592dcfac20e95716b3596e3a197a2bc3e20c'/>
<id>urn:sha1:6e57592dcfac20e95716b3596e3a197a2bc3e20c</id>
<content type='text'>
Bugfixes:
===========
* RADIUS dissector's dictionary loading broken in many ways.
* 3.4 -&gt; 3.6.5 ASCII display is broken on CentOS 7.
* Funnel/Lua: Closing child window disconnects buttons of parent.
* Lua detection fails with Alpine Linux: missing: LUA_LIBRARIES.
* vnd.3gpp.5gnas payloads of type SMS not decoded inside HTTP2 5GC.
* TCP Stream Graphs green sliding window line not displayed correctly.
* Wireshark window doesn't fully fit on screen on small resolutions and can't be resized properly on Russian language.
* Wireshark started from command line doesn't set gui.fileopen_remembered_dir correctly on Windows.
* Wireshark expects wrong length for DHCP Relay Agent Information Source Port Suboption.
* SIP P-Access-Network-Info header not correctly decoded.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: upgrade 4.2.4 -&gt; 4.2.5</title>
<updated>2024-05-28T16:34:36+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-05-28T01:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7f56ae763faaf3f8ee5b3701d06aaff4aa1fe4cf'/>
<id>urn:sha1:7f56ae763faaf3f8ee5b3701d06aaff4aa1fe4cf</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: upgrade 4.2.3 -&gt; 4.2.4</title>
<updated>2024-04-02T18:28:55+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-04-01T14:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dd5164af89390c2f3fda857cad4bc0e170855fdc'/>
<id>urn:sha1:dd5164af89390c2f3fda857cad4bc0e170855fdc</id>
<content type='text'>
Bugfix:
=========
-wnpa-sec-2024-06 T.38 dissector crash.
-Extcap with configuration never starts; "Configure all extcaps before start of capture." is shown instead.
-Packet Dissection CSV Export includes last column even if hidden.
-Inject TLS secrets closes Wireshark on Windows.
-Wireshark crashes when adding another port to the HTTP dissector.
-When adding a new row to a table an error report may be inserted.
-'--export-objects' does not work as expected on tshark version later than 3.2.10.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: upgrade 4.2.2 -&gt; 4.2.3</title>
<updated>2024-02-20T16:46:27+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-02-20T08:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f07b1f46a6b831182af150763a6cbf4aac81da37'/>
<id>urn:sha1:f07b1f46a6b831182af150763a6cbf4aac81da37</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: upgrade 4.2.0 -&gt; 4.2.2</title>
<updated>2024-01-23T19:55:33+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-01-23T01:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=69dbecded170814e6828852c22854dcb0eb55a48'/>
<id>urn:sha1:69dbecded170814e6828852c22854dcb0eb55a48</id>
<content type='text'>
Changelog:
============
-sharkd is not installed by the Windows installer.
-Fuzz job crash output: fuzz-2024-01-01-7740.pcap.
-Can't open a snoop file from the Open dialog box unless I select \"All files\" as the file type.
-Add s4607 dissector to \"decode as\"
-Updater for 4.2.1 hangs.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>wireshark: update 4.0.10 -&gt; 4.2.0</title>
<updated>2023-12-31T16:27:49+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2023-12-31T12:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=69490517db12049e348fdd5960fdcad9d87eb777'/>
<id>urn:sha1:69490517db12049e348fdd5960fdcad9d87eb777</id>
<content type='text'>
This resolves python 3.12 issues.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
