mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
re-enable table events
This commit is contained in:
parent
77a517f2b5
commit
53af0544cc
5 changed files with 147 additions and 46 deletions
|
@ -18,7 +18,7 @@ export {
|
|||
val: any;
|
||||
destination: any;
|
||||
want_record: bool &default=T;
|
||||
table_ev: any &optional; # event containing idx, val as values.
|
||||
ev: any &optional; # event containing idx, val as values.
|
||||
|
||||
## decision function, that decides if an insertion, update or removal should really be executed.
|
||||
## or events should be thought
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue