Skip to content

Minecraft PC wireshark dissector

Notifications You must be signed in to change notification settings

uis246/MCPC_dissect

Repository files navigation

Minecraft PC wireshark dissector

Dissector(parser) of Minecraft packets for wireshark

Building

  1. Install C++ compiler, CMake >=2.8, wireshark with zlib support and its headers
  2. Generate project files
	mkdir build
	cd build
	cmake ..
  1. 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

About

Minecraft PC wireshark dissector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published