Skip to content

1.0.3

Compare
Choose a tag to compare
@eclipse-zenoh-bot eclipse-zenoh-bot released this 21 Nov 16:21
· 34 commits to main since this release

Info

  • Zenoh Dissector: 1.0.3
  • Zenoh Protocol: 1.0.3

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

883aa6a1d7376785f408790e6af81f76dd65e5f5a37ecb793cf57dccdf24a539  aarch64-apple-darwin.zip
2258ae62a81aeaadc7c1a011ce9e94be85bc43b316e445d7456eee3a19d61b51  x86_64-pc-windows-msvc.zip
a81d9a1993e505835da0876871c5344c8834aade69c0569a5bc77f74f1f65167  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.3