Skip to content

1.0.0

Compare
Choose a tag to compare
@eclipse-zenoh-bot eclipse-zenoh-bot released this 29 Oct 14:35
· 71 commits to main since this release

Info

  • Zenoh Dissector: 0.2.0
  • Zenoh Protocol: 1.0.0

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

cf12ac8f40d475746ae975efce65595a97da7804f7b191169686986971631af6  aarch64-apple-darwin.zip
8492b6272bdee69e2e3c1ab1f7ba3c0b9eb6565e59cdc28733f6823a1095d4df  x86_64-pc-windows-msvc.zip
248336ff8311b319e5af4223417ccf142c40fcf2272647abc0406c0e4d4b549d  x86_64-unknown-linux-gnu.zip

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