Releases: eclipse-zenoh/zenoh-dissector
Releases · eclipse-zenoh/zenoh-dissector
1.1.0
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 🐞
- 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
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.0
1.0.4
Info
- Zenoh Dissector: 1.0.4
- Zenoh Protocol: 1.0.4
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
1e3208b269467ce20062500e9bb030d3d5fdabe45f78644014eb57405d9ab668 aarch64-apple-darwin.zip
a44c375b8dee5f7fcb1b14ff627295b11a2d96a77777263d91694f2081a9bdb6 x86_64-pc-windows-msvc.zip
4caaa1f03c7dc4b9adec100d73393809ca180816ceeb45ad80b52d9b29c17593 x86_64-unknown-linux-gnu.zip
What's Changed
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
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.0.4
1.0.3
Info
- Zenoh Dissector: 1.0.3
- Zenoh Protocol: 1.0.3
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
883aa6a1d7376785f408790e6af81f76dd65e5f5a37ecb793cf57dccdf24a539 aarch64-apple-darwin.zip
2258ae62a81aeaadc7c1a011ce9e94be85bc43b316e445d7456eee3a19d61b51 x86_64-pc-windows-msvc.zip
a81d9a1993e505835da0876871c5344c8834aade69c0569a5bc77f74f1f65167 x86_64-unknown-linux-gnu.zip
What's Changed
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
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.0.3
1.0.2
Info
- Zenoh Dissector: 1.0.2
- Zenoh Protocol: 1.0.2
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
964a7791d278fd4cc1c6266833ff6bb3f21aee78af44788492d4a8d4485decba aarch64-apple-darwin.zip
20677a34357a49170d4109f6b6acb54469bd6298d1fba9b0e2cf26a5d0d79553 x86_64-pc-windows-msvc.zip
c985f252fbef40ad486391e6ed8432d247ce1c7c3d545f5b7448b8a52641ff28 x86_64-unknown-linux-gnu.zip
What's Changed
Bug fixes 🐞
- Fix CI by @fuzzypixelz in #1
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
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
Full Changelog: https://github.com/eclipse-zenoh/zenoh-dissector/commits/1.0.2
1.0.1
Info
- Zenoh Dissector: 1.0.1
- Zenoh Protocol: 1.0.1
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
2fc1ebf7331ed1087d3629815ffa9fd3ae5d3eb464a2cfb3dcd1fc5950bc651d aarch64-apple-darwin.zip
1902344b23d12d1ee9f044aeed9fa8291c1d372ffd5ed9632159c3286a9de334 x86_64-pc-windows-msvc.zip
f1f4d0bc213bac2af1181b2b65e4bff97e4ad3bdec35a3ee0a73a6ae27d4fc6b x86_64-unknown-linux-gnu.zip
What's Changed
Bug fixes 🐞
- Fix CI by @fuzzypixelz in #1
Other changes
- 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 - fix: pass tag_name to action-gh-release by @diogomatsubara in #6
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
Full Changelog: https://github.com/eclipse-zenoh/zenoh-dissector/commits/1.0.1
1.0.0
Info
- Zenoh Dissector: 0.2.0
- Zenoh Protocol: 1.0.0
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
cf12ac8f40d475746ae975efce65595a97da7804f7b191169686986971631af6 aarch64-apple-darwin.zip
8492b6272bdee69e2e3c1ab1f7ba3c0b9eb6565e59cdc28733f6823a1095d4df x86_64-pc-windows-msvc.zip
248336ff8311b319e5af4223417ccf142c40fcf2272647abc0406c0e4d4b549d x86_64-unknown-linux-gnu.zip
Full Changelog: https://github.com/eclipse-zenoh/zenoh-dissector/commits/