zeek/scripts/base/frameworks/analyzer
Arne Welzel 31aeb58e10 dpd: Replace negated service fmt() magic with dedicated field
...the only known cases where the `-` for `connection$service` was
handled is to skip/ignore these analyzers.

Slight suspicion that join_string_set() should maybe become a bif
now determine_service() runs once for each connection.

Closes #2388
2022-09-20 23:07:26 +02:00
..
__load__.zeek frameworks/dpd: Move to frameworks/analyzer/dpd, load by default 2022-08-31 16:50:47 +02:00
dpd.zeek dpd: Replace negated service fmt() magic with dedicated field 2022-09-20 23:07:26 +02:00
main.zeek Fix types for Analyzer::register_for_port(s) to be the same 2021-12-10 17:48:19 +00: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.