【资料分享】wireshark解析脚本omci.lua文件20250306版本发布(独家分享)

引言

omci.lua文件是Wireshark的OMCI协议解析插件的核心组件。它配合BinDecHex.lua,可以解析OMCI协议的数据包,提取出消息类型、受管实体标识、受管实体属性等关键信息,并以人类可读的形式显示在Wireshark的解码视图中,方便研发人员分享OMCI消息;目前网上使用的omci.lua是由technicolor公司的Dirk Van Aken和Olivier Hardouin编写并发布在wireshark官网上的。由于原版没有包含所有受管实体,且没有持续更新,导致部分标准受管实体无法解析。20250306版本在20250228版本的基础上,添加修改部分受管实体,在此分享给大家,欢迎分享更多有需要的朋友。

20250306版本更新记录

修改受管实体

45-MAC Bridge Service Profile

47-MAC bridge port configuration data

131-OLT-G

134-IP host config data

157-Large string

268-GEM Port Network CTP

277-Priority queue-G

318-File transfer controller

新增受管实体

53-Physical path termination point POTS UNI

58-Voice service profile

138-VoIP config data

139-VoIP voice CTP

141-VoIP line status

142-VoIP media profile

143-RTP profile data

145-Network dial plan table

146-VoIP application service profile

150-SIP agent config data

153-SIP user data

332-Enhanced security control

334-Ethernet frame extended PM

345-XG-PON downstream management performance monitoring history data

349-PoE control

425-Ethernet frame extended PM 64 bit

440-Time Status Message

删除受管实体

425-EFM bonding port performance monitoring history data part 2

下载链接

百度网盘

链接: 百度网盘 请输入提取码

提取码: yedi

CSDN:

https://download.csdn.net/download/lai_2020/90467430

历史版本

20250228版本:

引言

omci.lua文件是Wireshark的OMCI协议解析插件的核心组件。它配合BinDecHex.lua,可以解析OMCI协议的数据包,提取出消息类型、受管实体标识、受管实体属性等关键信息,并以人类可读的形式显示在Wireshark的解码视图中,方便研发人员分享OMCI消息;目前网上使用的omci.lua是由technicolor公司的Dirk Van Aken和Olivier Hardouin编写并发布在wireshark官网上的。由于原版没有包含所有受管实体,且没有持续更新,导致部分标准受管实体无法解析。本人在原版的基础上,添加部分受管实体,在此分享给大家,欢迎分享更多有需要的朋友。

20250306版本更新记录

修改受管实体

45-MAC Bridge Service Profile

47-MAC bridge port configuration data

131-OLT-G

134-IP host config data

157-Large string

268-GEM Port Network CTP

277-Priority queue-G

318-File transfer controller

新增受管实体

53-Physical path termination point POTS UNI

58-Voice service profile

138-VoIP config data

139-VoIP voice CTP

141-VoIP line status

142-VoIP media profile

143-RTP profile data

145-Network dial plan table

146-VoIP application service profile

150-SIP agent config data

153-SIP user data

332-Enhanced security control

334-Ethernet frame extended PM

345-XG-PON downstream management performance monitoring history data

349-PoE control

425-Ethernet frame extended PM 64 bit

440-Time Status Message

删除受管实体

425-EFM bonding port performance monitoring history data part 2

下载链接

链接: 百度网盘 请输入提取码

提取码: yedi

历史版本

20250228版本:【OMCI实践】wireshark解析脚本omci.lua文件(独家分享)-CSDN博客


wireshark安装omci插件的方法,大家可以参考以下文章:

【手把手教】使用wireshark抓取omci报文_wireshark omci-CSDN博客


原创不易,你的支持是我最大的动力,欢迎大家点赞,收藏,关注!

相关推荐
2501_9160074719 分钟前
绕过 Xcode?使用 Appuploader和主流工具实现 iOS 上架自动化
websocket·网络协议·tcp/ip·http·网络安全·https·udp
2501_9160137420 分钟前
使用 Windows 完成 iOS 应用上架:Appuploader对比其他证书与上传方案
websocket·网络协议·tcp/ip·http·网络安全·https·udp
济宁雪人1 小时前
HTTP协议
网络·网络协议·http
小堃学编程2 小时前
Selenium常用函数介绍
selenium·测试工具
2501_915373882 小时前
Selenium 和playwright 使用场景优缺点对比
selenium·测试工具
笑口常开的小丸子2 小时前
Selenium 中 JavaScript 点击的优势及使用场景
javascript·selenium·测试工具
emo了小猫2 小时前
HTTP连接管理——短连接,长连接,HTTP 流水线
网络·网络协议·http
muyouking113 小时前
用 n8n 提取静态网页内容:从 HTTP Request 到 HTML 节点全解析
网络协议·http·html
代码丰3 小时前
令牌桶 滑动窗口->限流 分布式信号量->限并发的原理 lua脚本分析介绍
java·分布式·lua