【资料分享】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博客


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

相关推荐
绝世剑仙纪宁11 小时前
TCP 三次握手、四次挥手
网络·网络协议·tcp/ip
索迪迈科技11 小时前
HTTP中Payload的含义解析
网络·网络协议·http
时空潮汐12 小时前
我用神卓 NAT 公网 IP 盒子搭建《我的世界》联机的经历
网络·网络协议·tcp/ip
liulilittle12 小时前
HTTP/3.0:网络通信的技术革新与性能飞跃
网络·网络协议·http·https·quic·流媒体·通信
妳人話13 小时前
TCP的三次握手和四次挥手
网络·网络协议·tcp/ip
2501_9160137413 小时前
HTTPS 抓包难点分析,从端口到工具的实战应对
网络协议·http·ios·小程序·https·uni-app·iphone
锐策13 小时前
Lua 核心知识点详解
开发语言·lua
lanhuazui1014 小时前
lua中 string.match返回值
lua
无名客014 小时前
redis分布式锁为什么采用Lua脚本实现。而不是事务
redis·分布式·lua·事务