0.10.0-rc
Pre-release
Pre-release
Info
- Zenoh Dissector: 0.1.0
- Zenoh Protocol: 0.10.0-rc
- Wireshark Version: 4.0.10
Installation
Download and extract the corresponding zip file
Linux
mkdir -p ~/.local/lib/wireshark/plugins/4.0/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.0/epan/libzenoh_dissector.so
macOS
mkdir -p ~/.local/lib/wireshark/plugins/4-0/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4-0/epan/libzenoh_dissector.so
Windows
$epan_dir = "$Env:APPDATA\Wireshark\plugins\4.0\epan"
if (-Not (Test-Path $epan_dir)) {
mkdir -p $epan_dir
}
cp zenoh_dissector.dll $epan_dir
SHA256 Checksums
28e361fd066816ac272f1cbcb7da0dbcb20caba2a22df2c6f1318664a6623186 aarch64-apple-darwin.zip
bfaec2a10059ee345bc53143003b09691b136939e404f4619763fdba46533e71 x86_64-pc-windows-msvc.zip
d7a37a8191a85daa69daab5f347e201b9e970cec3dd1a3884da49af954e7d9d2 x86_64-unknown-linux-gnu.zip
What's Changed
Other changes
- Zenoh Dissector written in Rust for v0.10.0 by @YuanYuYuan in #1
- Fix the issue on windows runner by @YuanYuYuan in #3
- Fix UDP Dissection by @YuanYuYuan in #4
- Fix the tree expansion issue by @YuanYuYuan in #5
- Release workflow by @YuanYuYuan in #6
New Contributors
- @YuanYuYuan made their first contribution in #1
Full Changelog: https://github.com/ZettaScaleLabs/zenoh-dissector/commits/0.10.0-rc