Skip to content

0.11.0-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 04:57
· 57 commits to main since this release
432fcee

Info

  • Zenoh Dissector: 0.2.0
  • Zenoh Protocol: 0.11.0-dev
  • Wireshark Version: 4.2.3

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

a4837645db4425f4cd15980f646f4af30aee1ff795289dc17b11e251597bbbb6  aarch64-apple-darwin.zip
85d76efd2ee6d5c46f9aac3151454ac9695147780cba345a01a6dd0f197ac49a  x86_64-pc-windows-msvc.zip
dec22b54d429351b703135b0a0b339a16aabb1f901f8d9faa73fa7342bea17bd  x86_64-unknown-linux-gnu.zip

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/ZettaScaleLabs/zenoh-dissector/commits/0.11.0-dev