Skip to content

1.0.4

Compare
Choose a tag to compare
@eclipse-zenoh-bot eclipse-zenoh-bot released this 05 Dec 16:57
· 37 commits to main since this release

Info

  • Zenoh Dissector: 1.0.4
  • Zenoh Protocol: 1.0.4

Installation

Download and extract the corresponding zip file

Linux

mkdir -p ~/.local/lib/wireshark/plugins/4.4/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.4/epan/libzenoh_dissector.so

macOS

mkdir -p ~/.local/lib/wireshark/plugins/4-4/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4-4/epan/libzenoh_dissector.so

Windows

$epan_dir = "$Env:APPDATA\Wireshark\plugins\4.4\epan"
if (-Not (Test-Path $epan_dir)) {
    mkdir -p $epan_dir
}
cp zenoh_dissector.dll $epan_dir

SHA256 Checksums

1e3208b269467ce20062500e9bb030d3d5fdabe45f78644014eb57405d9ab668  aarch64-apple-darwin.zip
a44c375b8dee5f7fcb1b14ff627295b11a2d96a77777263d91694f2081a9bdb6  x86_64-pc-windows-msvc.zip
4caaa1f03c7dc4b9adec100d73393809ca180816ceeb45ad80b52d9b29c17593  x86_64-unknown-linux-gnu.zip

What's Changed

Bug fixes 🐞

Dependencies 👷

Other changes

New Contributors

Full Changelog: https://github.com/eclipse-zenoh/zenoh-dissector/commits/1.0.4