Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@eclipse-zenoh-bot eclipse-zenoh-bot released this 08 Nov 13:29
· 3 commits to main since this release

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 🐞

Dependencies 👷

Other changes

New Contributors

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