zeek/scripts/base
Arne Welzel 26b1558cd1 analyzer: Move disabling_analyzer() hook into Analyzer module
When disabling_analyzer() was introduced, it was added to the GLOBAL
module. The awkward side-effect is that implementing a hook handler
in another module requires to prefix it with GLOBAL. Alternatively, one
can re-open the GLOBAL module and implement the handler in that scope.

Both are not great, and prefixing with GLOBAL is ugly, so move the
identifier to the Analyzer module and ask users to prefix with Analyzer.
2023-01-23 12:22:05 +01:00
..
files Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
frameworks Fix a docstring typo 2023-01-10 18:49:19 -08:00
misc annotate base scripts with &is_used as needed 2022-05-26 17:39:17 -07:00
packet-protocols gtpv1: Do not register for protocol detection 2022-08-26 10:47:38 +02:00
protocols Merge branch 'topic/christian/gh-846-tcp-duration-docs' 2022-11-30 09:42:18 -08:00
utils Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
init-bare.zeek analyzer: Move disabling_analyzer() hook into Analyzer module 2023-01-23 12:22:05 +01:00
init-default.zeek frameworks/dpd: Move to frameworks/analyzer/dpd, load by default 2022-08-31 16:50:47 +02:00
init-frameworks-and-bifs.zeek analyzer: Add analyzer.log for logging violations/confirmations 2023-01-09 18:11:49 +01:00
init-supervisor.zeek Establish a separate init script when using the supervisor 2021-07-08 13:12:53 -07:00