zenoh wireshark 集成简单说明

zenoh 对于有wireshark 的支持包含了两个版本的,基于lua 的以及rust 开发的,推荐基于rust 的,一下是一个简单测试

构建

mac 系统的

  • 配置依赖
ln -snf $(find /Applications/Wireshark.app/Contents/Frameworks -name "libwireshark.*.dylib" | tail -n 1) libwireshark.dylib
export WIRESHARK_LIB_DIR=$(pwd)
  • 构建
git clone https://github.com/ZettaScaleLabs/zenoh-dissector.git
cargo build --release

使用

配置plugin,我使用的是mac 系统,对于plugin 路径可以通过wireshark 的about 操作查看,创建文件夹将构建的插件放里边

  • 位置

  • 效果

说明

基于zenoh 的wireshark 可以方便的进行zenoh 调试,是一个很值得使用的工具

参考资料

https://github.com/ZettaScaleLabs/zenoh-dissector

posted on 2024-12-20 08:00  荣锋亮  阅读(18)  评论(0编辑  收藏  举报

导航