Coder Social home page Coder Social logo

zhongjieyang / gmssl_wireshark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leavesth/gmssl_wireshark

0.0 0.0 0.0 81 KB

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

License: MIT License

Lua 100.00%

gmssl_wireshark's Introduction

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 的协议

gmssl_wireshark's People

Contributors

leavesth avatar 88396290 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.