dissector专题

wireshark 用LUA二次开发插件 解析器(Dissector)

LUA菜鸟教程:https://www.runoob.com/lua/lua-functions.html 在线编辑运行器:https://www.runoob.com/try/runcode.php?filename=HelloWorld&type=lua 【参考】 https://www.cnblogs.com/zzqcn/p/4846745.html https://blog.csdn.n

【wireshark】插件开发(四):Lua插件Post-dissector和Listener

1. Post-dissector post-dissector和dissector不同,它会在所有dissectors都执行过后再被执行,这也就post前缀的由来。post-dissector的构建方式和dissector差不多,主要一个区别是注册的方式,post-dissector调用的是register_postdissetor接口。下面给出两个示例。 1.1 最简单的Post-disse