Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@eclipse-zenoh-bot eclipse-zenoh-bot released this 16 Jan 17:21
· 1 commit to main since this release

Info

  • Zenoh Dissector: 1.1.1
  • Zenoh Protocol: 1.1.1

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

d6704d4cd7f0c9854af247d066ba18dcbc8cb2777118869c226fb8bfa295366b  aarch64-apple-darwin.zip
be87d02dc24c79139da1f754637afa277962b2792baeb5fede6c5e07285345b0  x86_64-pc-windows-msvc.zip
a11b9f1b9d33d37b149f8cd2aa828bae2baca49dbd713bb357c41c6ad2a2fc42  x86_64-unknown-linux-gnu.zip

What's Changed

New features 🎉

Bug fixes 🐞

Dependencies 👷

Other changes

New Contributors

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