mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Beginning implementation of &on_change for tables.
This commit is contained in:
parent
f6a1a7053b
commit
bf31587c2c
7 changed files with 92 additions and 2 deletions
|
@ -225,6 +225,12 @@ type gtp_qos_profile: record;
|
|||
type gtp_private_extension: record;
|
||||
type gtp_gsn_addr: record;
|
||||
|
||||
enum TableChange %{
|
||||
TABLE_ELEMENT_NEW,
|
||||
TABLE_ELEMENT_CHANGED,
|
||||
TABLE_ELEMENT_REMOVED,
|
||||
%}
|
||||
|
||||
module Reporter;
|
||||
|
||||
enum Level %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue