码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • opcua pubsub 消息的wireshark解码


    OPC UA Pub/Sub 通过传输层传输消息。从目前公布的文件上看,OPC UA Pub/Sub 具有四种传输方式。

    1. 在LAN 中使用UDP 广播机制实现快速Pub/Sub 消息交换,UADP 消息映射
    2.  直接在Ethernet 网上传输 将UADP 消息映射到Ethernet 帧中。以太类型为0xB62C 。
    3. 通过MQTT,AMQP消息代理消息交换。
    4. 通过TSN 时间实现消息交换
       

    UADP格式编码用wireshark解码需要专用插件。

     CW Wireshark Dissectors / OPC UA PubSub UADP Dissector · GitLab

     下载wireshark版本对应的so  dll,

    放置 到plugin目录下epan目录下,重启wireshark,查看插件加载情况。

    1. Go to the Releases page and download the current version of the pre-built plugin for your operating system and Wireshark version. It is available as .dll on Windows and .so on Ubuntu for Wireshark versions 3.6, 3.4, and 3.2.

    2. Find out what your Wireshark plugin folder is. In Wireshark, go to Help -> About Wireshark -> Folders or run tshark -G folders and look under Personal Plugins.

    3. Move the downloaded plugin to the folder (you might have to create some subfolders, so that the plugin lies in ...//epan) and restart Wireshark.

    4. Check that the installation was successful by going to Help -> About Wireshark -> Plugins or run tshark -G plugins and check that opcua_pubsub_.[dll/so] shows up. You can also check that the plugin is working by opening one of the capture files from the examples/.

    下载页面位于:

    Releases · CW Wireshark Dissectors / OPC UA PubSub UADP Dissector · GitLab

  • 相关阅读:
    LeetCode-day14-521. 最长特殊序列 Ⅰ
    【Unity程序技巧】Unity中的单例模式的运用
    人工智能-第三阶段-k近邻算法1-算法理论、kd树、鸢尾花数据
    处理机调度
    简单了解ARP协议
    宝宝用的洗衣液该怎么选
    java Spring Boot2.7实现一个简单的爬虫功能
    Go语言学习笔记之基础语法(一)
    MySQL 8 的复制可观测性
    史上最全 Zuul网关鉴权 范文
  • 原文地址:https://blog.csdn.net/v6543210/article/details/127801945
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号