Info
- Zenoh Dissector: 1.0.2
- Zenoh Protocol: 1.0.2
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
964a7791d278fd4cc1c6266833ff6bb3f21aee78af44788492d4a8d4485decba aarch64-apple-darwin.zip
20677a34357a49170d4109f6b6acb54469bd6298d1fba9b0e2cf26a5d0d79553 x86_64-pc-windows-msvc.zip
c985f252fbef40ad486391e6ed8432d247ce1c7c3d545f5b7448b8a52641ff28 x86_64-unknown-linux-gnu.zip
What's Changed
Bug fixes 🐞
- Fix CI by @fuzzypixelz in #1
Dependencies 👷
- Sync
Cargo.lock
with Zenoh1a4a295
from2024-10-28
by @eclipse-zenoh-bot in #2 - Sync
Cargo.lock
with Zenohb1c0a6b
from2024-10-30
by @eclipse-zenoh-bot in #3 - Sync
Cargo.lock
with Zenohbb24e95
from2024-10-31
by @eclipse-zenoh-bot in #5 - Sync
Cargo.lock
with Zenohbb24e95
from2024-10-31
by @eclipse-zenoh-bot in #9 - Sync
Cargo.lock
with Zenohe73a89d
from2024-11-04
by @eclipse-zenoh-bot in #10 - Sync
Cargo.lock
with Zenoh840ee73
from2024-11-06
by @eclipse-zenoh-bot in #11 - Sync
Cargo.lock
with Zenoh03b2f7a
from2024-11-07
by @eclipse-zenoh-bot in #12 - Sync
Cargo.lock
with Zenoh7159acf
from2024-11-07
by @eclipse-zenoh-bot in #13 - Sync
Cargo.lock
with Zenoh3d86ed4
from2024-11-08
by @eclipse-zenoh-bot in #14
Other changes
- fix: pass tag_name to action-gh-release by @diogomatsubara in #6
- chore: update auto release generation template by @diogomatsubara in #7
- chore: add check-labels.yml workflow by @diogomatsubara in #8
New Contributors
- @fuzzypixelz made their first contribution in #1
- @eclipse-zenoh-bot made their first contribution in #2
- @diogomatsubara made their first contribution in #6
Full Changelog: https://github.com/eclipse-zenoh/zenoh-dissector/commits/1.0.2