mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Renamed
This commit is contained in:
parent
cd934c460b
commit
da89e7ee6e
6 changed files with 10 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue