Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
g0nzu1 opened this issue Mar 9, 2020 · 1 comment
Open

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

g0nzu1 opened this issue Mar 9, 2020 · 1 comment

Comments

@g0nzu1
Copy link

g0nzu1 commented Mar 9, 2020

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!

@kahou82
Copy link

kahou82 commented Apr 14, 2020

Hi @g0nzu1 , I also see the same error and address it in #14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants