mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Some script level fixes.
- Fixed a type name conflict in the Known namespace. - Fixed a DPD framework bug that was causing Reporter messages.
This commit is contained in:
parent
5911520563
commit
43ea0ba182
4 changed files with 11 additions and 11 deletions
|
@ -25,7 +25,7 @@ export {
|
|||
|
||||
## Disabled analyzer IDs. This is only for internal tracking
|
||||
## so as to not attempt to disable analyzers multiple times.
|
||||
disabled_aids: set[count] &default=set();
|
||||
disabled_aids: set[count];
|
||||
};
|
||||
|
||||
## Ignore violations which go this many bytes into the connection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue