binpac_quickstart icon indicating copy to clipboard operation
binpac_quickstart copied to clipboard

Plugin.cc missing #include "analyzer/Component.h"

Open g0nzu1 opened this issue 4 years ago • 1 comments

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!

g0nzu1 avatar Mar 09 '20 22:03 g0nzu1

Hi @g0nzu1 , I also see the same error and address it in https://github.com/grigorescu/binpac_quickstart/pull/14.

kahou82 avatar Apr 14 '20 22:04 kahou82