Ask Your Question

Revision history [back]

You need to checkout the sources for the 3.4.x branch rather than master, so in your source directory run:

git checkout release-3.4

Note that as the 3rd party libraries may be different from master you might want to set a different directory for those using the env var WIRESHARK-LIB_DIR, e.g. C:\Development\wireshark-3.4-libs.

You should also create a different build directory from that used when building master. You can have multiple build dirs, which you will need to build the x64 and x86 versions of your plugin.

Finally remember the licencing of the Wireshark project which is GPL V2 or later, so if you distribute the plugin outside of your company, you MUST make the source for the plugin available.