mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add NEWS entry and zeekygen-smithing for disabling_analyzer()
This commit is contained in:
parent
abb7f9a509
commit
6e54d6c095
2 changed files with 13 additions and 2 deletions
|
@ -585,8 +585,9 @@ type fa_metadata: record {
|
|||
};
|
||||
|
||||
## A hook taking a connection, analyzer tag and analyzer id that can be
|
||||
## used to veto disabling analyzers. This hook is invoked synchronously
|
||||
## during a :zeek:see:`disable_analyzer` call.
|
||||
## used to veto disabling analyzers. Specifically, an analyzer can be prevented
|
||||
## from being disabled by using a :zeek:see:`break` statement within the hook.
|
||||
## This hook is invoked synchronously during a :zeek:see:`disable_analyzer` call.
|
||||
##
|
||||
## Scripts implementing this hook should have other logic that will eventually
|
||||
## disable the analyzer for the given connection. That is, if a script vetoes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue