zeek/scripts/base/frameworks
Arne Welzel bc8fd5a4c6 Introduce generic analyzer_confirmation_info and analyzer_violation_info
Introduce two new events for analyzer confirmation and analyzer violation
reporting. The current analyzer_confirmation and analyzer_violation
events assume connection objects and analyzer ids are available which
is not always the case. We're already passing aid=0 for packet analyzers
and there's not currently a way to report violations from file analyzers
using analyzer_violation, for example.

These new events use an extensible Info record approach so that additional
(optional) information can be added later without changing the signature.
It would allow for per analyzer extensions to the info records to pass
analyzer specific info to script land. It's not clear that this would be
a good idea, however.

The previous analyzer_confirmation and analyzer_violation events
continue to exist, but are deprecated and will be removed with Zeek 6.1.
2022-09-27 17:49:51 +02:00
..
analyzer Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
broker Add missing bits for Broker::metrics_import_topics 2022-08-22 17:10:07 +02:00
cluster Remove other general deprecations 2022-06-30 19:17:13 +00:00
config annotate base scripts with &is_used as needed 2022-05-26 17:39:17 -07:00
control annotate base scripts with &is_used as needed 2022-05-26 17:39:17 -07:00
dpd analyzer/dpd: Address review comments 2022-09-06 14:32:10 +02:00
files files.log: Unroll and introduce uid and id fields 2022-08-16 17:22:20 +02:00
input More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
intel Add Intel::send_store_on_node_up boolean to control min_data_store delivery 2022-06-01 17:45:19 -07:00
logging Merge remote-tracking branch 'origin/topic/awelzel/2120-logdir-leftover' 2022-07-07 08:06:13 +02:00
netcontrol Additional &is_used tags in the Netcontrol and Sumstats frameworks 2022-06-02 22:57:07 -07:00
notice Fix notice suppression atomicity bug 2022-08-03 16:30:57 +02:00
openflow update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00
packet-filter Propagate BPF_Program error message to script land 2022-05-25 09:41:35 -07:00
reporter Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
signatures deprecation messages for unused base script functions 2022-05-27 14:36:30 -07:00
software deprecation messages for unused base script functions 2022-05-27 14:36:30 -07:00
sumstats Additional &is_used tags in the Netcontrol and Sumstats frameworks 2022-06-02 22:57:07 -07:00
supervisor Expand Supervisor to support loading additional scripts before user scripts 2022-09-02 10:23:35 -07:00
telemetry telemetry: In a cluster, open port 9911 for Prometheus by default 2022-08-26 09:42:12 +02:00
tunnels Add GTPv1 packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00