Releases: ZettaScaleLabs/zenoh-dissector
Releases · ZettaScaleLabs/zenoh-dissector
1.0.0-beta.4
Info
- Zenoh Dissector: 0.2.0
- Zenoh Protocol: 1.0.0-beta.4
Installation
Download and extract the corresponding zip file
Linux
mkdir -p ~/.local/lib/wireshark/plugins/4.2/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.2/epan/libzenoh_dissector.so
macOS
mkdir -p ~/.local/lib/wireshark/plugins/4-2/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4-2/epan/libzenoh_dissector.so
Windows
$epan_dir = "$Env:APPDATA\Wireshark\plugins\4.2\epan"
if (-Not (Test-Path $epan_dir)) {
mkdir -p $epan_dir
}
cp zenoh_dissector.dll $epan_dir
SHA256 Checksums
83dcd0e25392e41af40eaf62d7650e85d9bb96c5de58fe2ef48f151018e2e87b aarch64-apple-darwin.zip
a314e43919a74017e2fc7ebd955222acff19c18c2b75fc96e9fb636d209b3184 x86_64-pc-windows-msvc.zip
32258243c52787d13b7d4a249d8c2cc822456cd12c0f4925b8aabbc1f0a944c8 x86_64-unknown-linux-gnu.zip
What's Changed
Other changes
- Fix aarch64 c char by @YuanYuYuan in #17
- Use mkdir -p to create the directory by @YuanYuYuan in #16
- fix: wireshark downloading url by @YuanYuYuan in #20
- feat: port selection and message decompression by @YuanYuYuan in #22
- ci: add checkout in the release workflow by @YuanYuYuan in #27
- ci: use actions/upload-artifact@v4 by @YuanYuYuan in #28
Full Changelog: https://github.com/ZettaScaleLabs/zenoh-dissector/compare/0.11.0-dev...
0.11.0-dev
Info
- Zenoh Dissector: 0.2.0
- Zenoh Protocol: 0.11.0-dev
- Wireshark Version: 4.2.3
Installation
Download and extract the corresponding zip file
Linux
mkdir -p ~/.local/lib/wireshark/plugins/4.2/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.2/epan/libzenoh_dissector.so
macOS
mkdir -p ~/.local/lib/wireshark/plugins/4-2/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4-2/epan/libzenoh_dissector.so
Windows
$epan_dir = "$Env:APPDATA\Wireshark\plugins\4.2\epan"
if (-Not (Test-Path $epan_dir)) {
mkdir -p $epan_dir
}
cp zenoh_dissector.dll $epan_dir
SHA256 Checksums
a4837645db4425f4cd15980f646f4af30aee1ff795289dc17b11e251597bbbb6 aarch64-apple-darwin.zip
85d76efd2ee6d5c46f9aac3151454ac9695147780cba345a01a6dd0f197ac49a x86_64-pc-windows-msvc.zip
dec22b54d429351b703135b0a0b339a16aabb1f901f8d9faa73fa7342bea17bd x86_64-unknown-linux-gnu.zip
What's Changed
Other changes
- Development of the Release Workflow by @YuanYuYuan in #7
- Add summary in info column by @OlivierHecart in #8
- Add a clean up step into CI by @YuanYuYuan in #12
- Feat/support 4.2 by @YuanYuYuan in #14
- Fix/workflow by @YuanYuYuan in #15
New Contributors
- @YuanYuYuan made their first contribution in #1
- @OlivierHecart made their first contribution in #8
Full Changelog: https://github.com/ZettaScaleLabs/zenoh-dissector/commits/0.11.0-dev
0.10.0-rc
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