![]() Related to #1 |
||
---|---|---|
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
mcpc.c | ||
mcpc.h | ||
protocol.c | ||
protocol.h | ||
protocol_constants.c | ||
protocol_constants.h | ||
protocol_tree.c | ||
protocol_tree.h | ||
protocol_tree_internal.h | ||
protocol_tree_play.c |
README.md
Minecraft PC wireshark dissector
Dissector(parser) of Minecraft packets for wireshark
Building
- Install C++ compiler, CMake >=2.8, wireshark with zlib support and its headers
- Generate project files
mkdir build
cd build
cmake ..
- Compile
Linux:
make
in directory with generated files.
Installing
Gentoo system-wide:
sudo cp libMCPC_dissector.so /usr/lib64/wireshark/plugins/$WIRESHARK_VERSION/epan/mcpc.so
Gentoo user-wide:
mkdir -p ~/.local/lib/wireshark/plugins/$WIRESHARK_VERSION/epan && cp libMCPC_dissector.so ~/.local/lib/wireshark/plugins/$WIRESHARK_VERSION/epan/mcpc.so