mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Tiny scoping updates and test baseline updates for Intel framework.
This commit is contained in:
parent
d6a7322a75
commit
4bb4c54f96
8 changed files with 70 additions and 69 deletions
|
@ -154,8 +154,9 @@ export {
|
|||
global extend_match: hook(info: Info, s: Seen, items: set[Item]);
|
||||
|
||||
## The expiration timeout for intelligence items. Once an item expires, the
|
||||
## :bro:id:`item_expired` hook is called. Reinsertion of an item resets the
|
||||
## timeout. A negative value disables expiration of intelligence items.
|
||||
## :bro:id:`Intel::item_expired` hook is called. Reinsertion of an item
|
||||
## resets the timeout. A negative value disables expiration of intelligence
|
||||
## items.
|
||||
const item_expiration = -1 min &redef;
|
||||
|
||||
## This hook can be used to handle expiration of intelligence items.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue