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 🎉
- Heuristic dissector by @fuzzypixelz in #50
Bug fixes 🐞
- Fix CI by @fuzzypixelz in #1
- Use the current version in the release note. by @evshary in #20
Dependencies 👷
- Sync
Cargo.lock
with Zenoh1a4a295
from2024-10-28
by @eclipse-zenoh-bot in #2 - Sync
Cargo.lock
with Zenohb1c0a6b
from2024-10-30
by @eclipse-zenoh-bot in #3 - Sync
Cargo.lock
with Zenohbb24e95
from2024-10-31
by @eclipse-zenoh-bot in #5 - Sync
Cargo.lock
with Zenohbb24e95
from2024-10-31
by @eclipse-zenoh-bot in #9 - Sync
Cargo.lock
with Zenohe73a89d
from2024-11-04
by @eclipse-zenoh-bot in #10 - Sync
Cargo.lock
with Zenoh840ee73
from2024-11-06
by @eclipse-zenoh-bot in #11 - Sync
Cargo.lock
with Zenoh03b2f7a
from2024-11-07
by @eclipse-zenoh-bot in #12 - Sync
Cargo.lock
with Zenoh7159acf
from2024-11-07
by @eclipse-zenoh-bot in #13 - Sync
Cargo.lock
with Zenoh3d86ed4
from2024-11-08
by @eclipse-zenoh-bot in #14 - Sync
Cargo.lock
with Zenohda11732
from2024-11-08
by @eclipse-zenoh-bot in #15 - Sync
Cargo.lock
with Zenoh99d062e
from2024-11-13
by @eclipse-zenoh-bot in #16 - Sync
Cargo.lock
with Zenoh453b7b8
from2024-11-15
by @eclipse-zenoh-bot in #17 - Sync
Cargo.lock
with Zenoh924394c
from2024-11-19
by @eclipse-zenoh-bot in #18 - Sync
Cargo.lock
with Zenoh3404e05
from2024-11-20
by @eclipse-zenoh-bot in #19 - Sync
Cargo.lock
with Zenoh9a84e6d
from2024-11-22
by @eclipse-zenoh-bot in #21 - Sync
Cargo.lock
with Zenoha75d2a1
from2024-11-25
by @eclipse-zenoh-bot in #22 - Sync
Cargo.lock
with Zenoh075f2ad
from2024-11-26
by @eclipse-zenoh-bot in #23 - Sync
Cargo.lock
with Zenoh7e044ad
from2024-11-28
by @eclipse-zenoh-bot in #24 - Sync
Cargo.lock
with Zenohc764bf9
from2024-11-29
by @eclipse-zenoh-bot in #25 - Sync
Cargo.lock
with Zenoh549bc7b
from2024-12-02
by @eclipse-zenoh-bot in #26 - Sync
Cargo.lock
with Zenoh9a73585
from2024-12-03
by @eclipse-zenoh-bot in #27 - Sync
Cargo.lock
with Zenohb3ccf82
from2024-12-04
by @eclipse-zenoh-bot in #28 - Sync
Cargo.lock
with Zenoh64e8caa
from2024-12-05
by @eclipse-zenoh-bot in #29 - Sync
Cargo.lock
with Zenoh2332406
from2024-12-06
by @eclipse-zenoh-bot in #30 - Sync
Cargo.lock
with Zenoh2332406
from2024-12-06
by @eclipse-zenoh-bot in #31 - Sync
Cargo.lock
with Zenoh37491bb
from2024-12-09
by @eclipse-zenoh-bot in #32 - Sync
Cargo.lock
with Zenohfb2d2bc
from2024-12-10
by @eclipse-zenoh-bot in #33 - Sync
Cargo.lock
with Zenohdf86f75
from2024-12-11
by @eclipse-zenoh-bot in #34 - Sync
Cargo.lock
with Zenohcc201aa
from2024-12-11
by @eclipse-zenoh-bot in #35 - Sync
Cargo.lock
with Zenoh77923a2
from2024-12-12
by @eclipse-zenoh-bot in #36 - Sync
Cargo.lock
with Zenoh77923a2
from2024-12-12
by @eclipse-zenoh-bot in #37 - Sync
Cargo.lock
with Zenoh3744075
from2024-12-17
by @eclipse-zenoh-bot in #39 - Sync
Cargo.lock
with Zenoha6bc509
from2024-12-18
by @eclipse-zenoh-bot in #41 - Sync
Cargo.lock
with Zenoh9640d22
from2024-12-19
by @eclipse-zenoh-bot in #42 - Sync
Cargo.lock
with Zenoh0549678
from2024-12-20
by @eclipse-zenoh-bot in #43 - Sync
Cargo.lock
with Zenoh0549678
from2024-12-20
by @eclipse-zenoh-bot in #44 - Sync
Cargo.lock
with Zenoh0549678
from2024-12-20
by @eclipse-zenoh-bot in #45 - Sync
Cargo.lock
with Zenoh0549678
from2024-12-20
by @eclipse-zenoh-bot in #46 - Sync
Cargo.lock
with Zenoh0549678
from2024-12-20
by @eclipse-zenoh-bot in #47 - Sync
Cargo.lock
with Zenoh0549678
from2024-12-20
by @eclipse-zenoh-bot in #48
Other changes
- fix: pass tag_name to action-gh-release by @diogomatsubara in #6
- chore: update auto release generation template by @diogomatsubara in #7
- chore: add check-labels.yml workflow by @diogomatsubara in #8
New Contributors
- @fuzzypixelz made their first contribution in #1
- @eclipse-zenoh-bot made their first contribution in #2
- @diogomatsubara made their first contribution in #6
- @evshary made their first contribution in #20
Full Changelog: https://github.com/eclipse-zenoh/zenoh-dissector/commits/1.1.1