aresrpg / minecraft-dissector

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

Compile plugin for MacOS #5

Open ThornhillUtilities opened 3 years ago

ThornhillUtilities commented 3 years ago

When installing the plugin on MacOS, you get the following issue:

Couldn't load plugin 'packet-minecraft.so': dlopen(/Applications/Wireshark.app/Contents/PlugIns/wireshark/3-4/epan/packet-minecraft.so, 2): no suitable image found. Did find: /Applications/Wireshark.app/Contents/PlugIns/wireshark/3-4/epan/packet-minecraft.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00 /Applications/Wireshark.app/Contents/PlugIns/wireshark/3-4/epan/packet-minecraft.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00

DeltaEvo commented 3 years ago

Yes it's expected, I didn't compiled it yet for MacOS