加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
udprmu2.lua 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
-- ************************* MRVL RMU ***************************
-- Wireshark RMU dissector
-- Version: v0.11.0000
--
-- Usage:
--
-- 1. Load dissector via command line
-- wireshark -Xlua_script:updrmu2.lua
-- or
-- wireshark -Xlua_script:updrmu2.lua example.pcap
--
-- 2. Copy updrmu2.lua to a Wireshark Lua Plugins directory
-- for auto-load at Wireskark startup.
-- See "Help --> About Wireshark --> Folders" for folder
-- locations.
--
-- declare our protocol (UDP = User Datagram Protocol)
local p_udprmu = Proto.new("UDPRMU", "UDP RMU Protocol")
local p_ermu = Proto.new("eRMU", "eRMU Protocol")
local p_rmu = Proto.new("RMU", "RMU Protocol")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化