1 Star 4 Fork 0

leavesth / gmssl_wireshark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

gmssl_wireshark

Wireshark Lua dissector script for gmssl protocol.国密SSL的wireshark解析脚本,Lua实现

Any types May not implemented. We are constantly updating the dissector. Include the code-style, gmssl protocol, and so on.

If GMSSL Not work. Remove the Wireshark Configure directory, In Windows, Directory is: %USERPROFILE%\AppData\Roaming\Wireshark

如果 Wireshark 无法使用GMSSL解析协议,备份并删除Wireshark的配置目录,在Windows系统,该目录一般在 %USERPROFILE%\AppData\Roaming\Wireshark 如: C:\Users\Administrator\AppData\Roaming\Wireshark

How to use it?

1st. step

Put the GMSSL.lua in the wireshark Install directory. Which contains init.lua

2ed. step

Update the init.lua file, In the End line of file. Add the next:

dofile(DATA_DIR.."GMSSL.lua")

3rd. step

If wireshark is running. Restart it.

使用方式

第一步

GMSSL.lua 文件放入 wireshark 的安装目录,在该目录里面会存在 init.lua 文件

第二步

更新 init.lua 文件,的文件的末尾添加如下一行:

dofile(DATA_DIR.."GMSSL.lua")

第三步

如果 Wireshark 正在运行,重启, Wireshark即可自动解析 GMSSL 的协议

MIT License Copyright (c) 2021 leavesth Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Wireshark Lua dissector script for gmssl protocol.国密SSL的wireshark解析脚本,Lua实现 展开 收起
Lua
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Lua
1
https://gitee.com/leavesth/gmssl_wireshark.git
git@gitee.com:leavesth/gmssl_wireshark.git
leavesth
gmssl_wireshark
gmssl_wireshark
main

搜索帮助