I'm looking for a long time to a way to compile and run a custom Wireshark dissector, without needing to recompile the entire wireshark project. Many places on the Web, require developers to write their plugins and link to Wireshark.
However, I have found that some people were able to write the dissector and make it run using the plugin system from Wireshark, whose paths are found in Wireshark Help/About section.
Despite these people showing success writing dissectors in Lua and in C++, I have tried many tutorials, but I'm really lost.
Could someone help me with the steps to make a very simple Wireshark dissector on Ubuntu 16.04 64bit?