Skip to content

1.1.0

Compare
Choose a tag to compare
@eclipse-zenoh-bot eclipse-zenoh-bot released this 11 Dec 19:00
· 19 commits to main since this release

Info

  • Zenoh Dissector: 1.1.0
  • Zenoh Protocol: 1.1.0

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

063d23c5a12ffd682c01138c27159775c3c20256e6fde608597cc45120db4e3e  aarch64-apple-darwin.zip
16b81deee489dd235aaaa0fc8fc408a2566e187b8f18d18ff5d1ecf1180514f4  x86_64-pc-windows-msvc.zip
8f73062f40917cec1f2370b40e90b28c1cf5eb0a9e1126132e870dfddaf613d8  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.1.0