Skip to content

0.10.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 09:44

Info

  • Zenoh Dissector: 0.1.0
  • Zenoh Protocol: 0.10.0-rc
  • Wireshark Version: 4.0.10

Installation

Download and extract the corresponding zip file

Linux

mkdir -p ~/.local/lib/wireshark/plugins/4.0/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.0/epan/libzenoh_dissector.so

macOS

mkdir -p ~/.local/lib/wireshark/plugins/4-0/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4-0/epan/libzenoh_dissector.so

Windows

$epan_dir = "$Env:APPDATA\Wireshark\plugins\4.0\epan"
if (-Not (Test-Path $epan_dir)) {
    mkdir -p $epan_dir
}
cp zenoh_dissector.dll $epan_dir

SHA256 Checksums

28e361fd066816ac272f1cbcb7da0dbcb20caba2a22df2c6f1318664a6623186  aarch64-apple-darwin.zip
bfaec2a10059ee345bc53143003b09691b136939e404f4619763fdba46533e71  x86_64-pc-windows-msvc.zip
d7a37a8191a85daa69daab5f347e201b9e970cec3dd1a3884da49af954e7d9d2  x86_64-unknown-linux-gnu.zip

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/ZettaScaleLabs/zenoh-dissector/commits/0.10.0-rc