diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:02:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:15 -0700 |
commit | 6e57592dcfac20e95716b3596e3a197a2bc3e20c (patch) | |
tree | f4a48065c23f60255fea43217066ce66e5e15629 /meta-networking | |
parent | 9f411032713650e74cac196f945928acdc9be8ed (diff) | |
download | meta-openembedded-6e57592dcfac20e95716b3596e3a197a2bc3e20c.tar.gz |
wireshark: upgrade 4.2.5 -> 4.2.6
Bugfixes:
===========
* RADIUS dissector's dictionary loading broken in many ways.
* 3.4 -> 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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_4.2.6.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_4.2.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.2.5.bb b/meta-networking/recipes-support/wireshark/wireshark_4.2.6.bb index 7cbe3e6324..2462640408 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.2.5.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.2.6.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \ | |||
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" | 18 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" |
19 | 19 | ||
20 | SRC_URI[sha256sum] = "55e793ab87a9a73aac44336235c92cb76c52180c469b362ed3a54f26fbb1261f" | 20 | SRC_URI[sha256sum] = "5ec6028df29068d889c98489bf194a884b00831106fea1e921fea3c65f2003f5" |
21 | 21 | ||
22 | PE = "1" | 22 | PE = "1" |
23 | 23 | ||