Dissector(parser) of Minecraft packets for wireshark
- 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.
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