# lua-engine **Repository Path**: aaabackup/lua-engine ## Basic Information - **Project Name**: lua-engine - **Description**: lua 插件,带一个测试程序,感谢 wireshark - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-09-02 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lua-engine #### 介绍 lua 插件,带一个测试程序,感谢 wireshark #### 软件架构 1. 目前添加了几个测试脚本,特别是 modbusRTU 协议的,基本实现了 0x3 0x4 0x5 0x6 0xA 0x10 等功能码以及异常码的解析。 2. 支持控制台测试 lua 脚本代码 3. 支持重装插件,不需要关闭软件加载脚本修改 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 编译项目 2. 拷贝当前目录下的几个 dll 文件到 exe 运行目录 3. 拷贝 lua/plugins 文件夹到 exe 运行目录,插件的搜索路径是 plugins/LuaScripts。 4. 运行项目。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 插件脚本教程 请移步 [Wireshark Developer’s Guide](https://www.wireshark.org/docs///wsdg_html_chunked/index.html) 重点查阅 [10. Lua Support in Wireshark](https://www.wireshark.org/docs///wsdg_html_chunked/wsluarm.html) [11. Wireshark’s Lua API Reference Manual](https://www.wireshark.org/docs///wsdg_html_chunked/wsluarm_modules.html) 两章