Trouble building basic dissector for Version 3.3.2
Hello everyone. I am trying to build a basic dissector as described in chapter 9.2 of the development guide. I literally can´t find CMakelists.txt in the gryphon directory neither in any other plugin directory. Is it possible that the development guide is outdatet? The dissectors in this directory seems to have another file structure as referred.
I tried using CMakelists.txt I found in a web search but in this case by trying to compile it using CMake it detects a problem. It does not generate a .dll file in ...plugin/epan. Thank you for suggestions.
If you can't find a CMakeLists.txt file anywhere, then I wonder how you got your source file tree.
As this link to the Wirehark GitLab repo shows the gryphon directory clearly has a CMakeLists.txt: https://gitlab.com/wireshark/wireshar...
I found the "Problem". Myself was searching for the CMakeLists.txt file in the build structure. That couldn´t be successful. I finally found everything I need in C:\Development\wireshark\plugins\epan.