aresrpg / minecraft-dissector

A wireshark dissector for the Minecraft protocol using https://github.com/PrismarineJS/minecraft-data
56 stars 28 forks source link

packet-minecraft.dll is not compatible with Wireshark 3.6 #7

Open ghost opened 2 years ago

ghost commented 2 years ago

I'm having a problem with the plugin. (see the image below) My Wireshark version is 3.6.

image

How can I solve this problem?

DeltaEvo commented 2 years ago

The precompiled version is compiled for Wireshark 3.4. You can try to compile it from source for your version of Wireshark or try to downgrade to 3.4.

ghost commented 2 years ago

It worked, thanks.