binpac_quickstart
binpac_quickstart copied to clipboard
Plugin.cc missing #include "analyzer/Component.h"
Hey Vlad,
Just cloned binpac_quickstart today and Zeek wouldn't compile with my newly created analyzer. After a bit of investigation, turns out binpac_quickstart didn't add #include "analyzer/Component.h" in the Plugin.cc file. I only figured it out by cross-referencing the Modbus Plugin.cc. I added the missing include and the error was rectified. I don't know how to correct it so I just wanted to raise the issue.
Hope this helps!
Hi @g0nzu1 , I also see the same error and address it in https://github.com/grigorescu/binpac_quickstart/pull/14.