zeek/scripts/base/frameworks/analyzer
Tim Wojtulewicz a7d3cb48ef Add concept of "parent" tag namespaces
This allows us to create an EnumType that groups all of the analyzer
tag values into a single type, while still having the existing types
that split them up. We can then use this for certain events that benefit
from taking all of the tag types at once.
2021-11-23 19:36:49 -07:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
main.zeek Add concept of "parent" tag namespaces 2021-11-23 19:36:49 -07: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.