Skip to content

1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 06:30
· 46 commits to main since this release
e749cd6

Info

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

83dcd0e25392e41af40eaf62d7650e85d9bb96c5de58fe2ef48f151018e2e87b  aarch64-apple-darwin.zip
a314e43919a74017e2fc7ebd955222acff19c18c2b75fc96e9fb636d209b3184  x86_64-pc-windows-msvc.zip
32258243c52787d13b7d4a249d8c2cc822456cd12c0f4925b8aabbc1f0a944c8  x86_64-unknown-linux-gnu.zip

What's Changed

Other changes

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