mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
move event Intel::read_entry to export block
This commit is contained in:
parent
3080290a5e
commit
1011abd5e0
1 changed files with 6 additions and 5 deletions
|
@ -20,13 +20,14 @@ export {
|
|||
## any path_prefix specified in the input framework will apply
|
||||
## additionally.
|
||||
const path_prefix = "" &redef;
|
||||
}
|
||||
|
||||
event Intel::read_entry(desc: Input::EventDescription, tpe: Input::Event, item: Intel::Item)
|
||||
{
|
||||
Intel::insert(item);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
event zeek_init() &priority=5
|
||||
{
|
||||
if ( ! Cluster::is_enabled() ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue