alibaba rocketmq protocol wireshark lua plugin
usage:
-
find the plugin dir, On my Mac, the path is "/Applications/WireShark.app/Contents/Resources/share/wireshark"
-
mkdir rocketmq-plugin
-
copy json.lua and rocketmq.lua to plugin dir "rocketmq-plugin".
-
modify last line of init.lua dofile("rocketmq-plugin/rocketmq.lua")
-
restart wireshark to make it done
ps, you may also need to modify the port your rocketmq is using, open rocketmq.lua, find the following line. Add your ports here:
local PORTS = { 9876, 10911, 20111 }