1 | initial version |
Your plugin CMakeLists.txt is probably missing one or either of the following lines, these are from the Gryphon dissector plugin:
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(gryphon 0 0 4 0)
The CMakeLists.txt requirements are specified in the Developers Guide section on setting up a dissector.