zeek/scripts/base/frameworks/analyzer
Evan Typanski 77273a676d Document get_tag to ensure that name exists
This caused confusion and I don't think it's very intuitive. If called
with a name that does not exist, this returns without a value, not even
an error value. Changing that seems like it could be more deprecation
work.
2024-12-18 16:13:13 -05:00
..
__load__.zeek analyzer: Add analyzer.log for logging violations/confirmations 2023-01-09 18:11:49 +01:00
dpd.zeek Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
logging.zeek Add logging of disabled analyzers to analyzer.log 2024-07-09 18:22:43 +02:00
main.zeek Document get_tag to ensure that name exists 2024-12-18 16:13:13 -05:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00

The analyzer framework allows to dynamically enable or disable Zeek's
protocol analyzers, as well as to manage the well-known ports which
automatically activate a particular analyzer for new connections.