Ask Your Question

Revision history [back]

Building .so portable plugin files

Is it possible to create a plugin .so file that you can just send to co-workers to add to their installed version of wireshark? I have compiled my plugin using the documentation provided. When I take the .so and tried to copy it to my installed version of wireshark by placing it into the /Applications/Wireshark.app/Contents/PlugIns/wireshark/3-6/epan directory I get a bunch of "no such file" errors for files in my build directory. Is there a way to stip these dependencies?

Thanks for any help.