Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sihaiyang0215/wiresharkdissector
Lua dissector for Minecraft 1.8.9 PC Edition
https://github.com/sihaiyang0215/wiresharkdissector
Last synced: 3 months ago
JSON representation
Lua dissector for Minecraft 1.8.9 PC Edition
- Host: GitHub
- URL: https://github.com/sihaiyang0215/wiresharkdissector
- Owner: sihaiyang0215
- Created: 2016-03-15T17:49:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T02:33:05.000Z (almost 7 years ago)
- Last Synced: 2024-06-25T08:38:25.067Z (5 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **2**星
README
# WiresharkDissector
Lua dissector for Minecraft 1.8.9 PC EditionMinecraft.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:
1. For the actions share the same ```Packet ID``` It lists all the possible actions' names
2. Map Chunk Bulk's length range is extraordinary, so now the disector doesn't support it well.### Setup
1. Copy ```Minecraft.lua``` to somewhere in your wireshark directory. For example, ```C:\Program Files\Wireshark```.
2. Open ```init.lua``` in your wireshark root directory. Comment the line ```disable_lua = true``` or change it to ```disable_lua = false```.
3. Add ```dofile(DATA_DIR.."Minecraft.lua")``` into ```init.lua```### Blog:
For more details about Minecraft please read Ixia Official blog [ATI Minecraft](https://www.ixiacom.com/company/blog/ati-minecraft).