Awesome
WiresharkDissector
Lua dissector for Minecraft 1.8.9 PC Edition
Minecraft.lua
Author: Haiyang Si
Works as of Wireshark v2.0.2
This is a Lua dissector for Minecraft 1.8.9 PC Edition validation.
It supports most of Minecraft actions whose Packet ID
are unique.
Notice:
- For the actions share the same
Packet ID
It lists all the possible actions' names - Map Chunk Bulk's length range is extraordinary, so now the disector doesn't support it well.
Setup
- Copy
Minecraft.lua
to somewhere in your wireshark directory. For example,C:\Program Files\Wireshark
. - Open
init.lua
in your wireshark root directory. Comment the linedisable_lua = true
or change it todisable_lua = false
. - Add
dofile(DATA_DIR.."Minecraft.lua")
intoinit.lua
Blog:
For more details about Minecraft please read Ixia Official blog ATI Minecraft.