This commit is contained in:
root 2025-06-25 21:10:08 +05:30
parent cd934c460b
commit da89e7ee6e
6 changed files with 10 additions and 12 deletions

View file

@ -375,15 +375,15 @@ type endpoint_stats: record {
## Record containing information about a tag.
##
## .. zeek:see:: get_tags_by_category
type tag_component: record {
## .. zeek:see:: get_plugin_components
type PluginComponent: record {
name: string;
canonical_name: string;
tag: string;
enabled: bool;
};
type tag_component_vec : vector of tag_component;
type PluginComponent_vec : vector of PluginComponent;
## Arguments given to Zeek from the command line. In order to use this, Zeek
## must use a ``--`` command line argument immediately followed by a script