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

Errors when used as a plugin to zeek #7

Open
marcurdy opened this issue Mar 4, 2024 · 0 comments
Open

Errors when used as a plugin to zeek #7

marcurdy opened this issue Mar 4, 2024 · 0 comments

Comments

@marcurdy
Copy link

marcurdy commented Mar 4, 2024

I'm getting errors that the table is not an array of strings. Below has each string encapsulated in an array. When I remove the square brackets from each string, the error disappears. I'm also getting warnings on the two commented lines that include "# RDFP = md5". While a warning, it still halts operation.

redef negproto += {
[0] = ["RDP"],
[1] = ["SSL"],
[2] = ["HYBRID"],
[3] = ["Undefined"],
[4] = ["RDSTLS"],
[5] = ["undef5"],
[6] = ["undef6"],
[7] = ["undef8"],
[8] = ["HYBRID-EX"],

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

1 participant