![]() 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> |
||
---|---|---|
.. | ||
files | ||
README | ||
wireshark_4.2.6.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