aresrpg / minecraft-dissector

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

version number for loaded plugin is 0.0.0.0 #3

Open shai opened 3 years ago

shai commented 3 years ago

WS_DLL_PUBLIC_DEF const gchar plugin_version[] = "0.0.0";

Seen here: https://github.com/aresrpg/minecraft-dissector/blob/master/packet-minecraft.c#L13

image

DeltaEvo commented 3 years ago

I should align that with the release number x) thanks