mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
add pacf plugin that directly outputs messages to broker.
Also fix a few problems in pacf in the process of doing this.
This commit is contained in:
parent
94fbd492ca
commit
0a49b8cdf6
10 changed files with 288 additions and 14 deletions
|
@ -9,6 +9,9 @@ export {
|
|||
## Table for a plugin to store custom, instance-specfific state.
|
||||
config: table[string] of string &default=table();
|
||||
|
||||
## Unique plugin identifier -- used for backlookup of plugins from Rules. Set internally.
|
||||
_id: count &optional;
|
||||
|
||||
## Set internally.
|
||||
_priority: int &default=+0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue