mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/fix-zeek-see-get-event-handler-call-counts'
* origin/topic/awelzel/fix-zeek-see-get-event-handler-call-counts: init-bare: Fix zeek:see after bif renaming
This commit is contained in:
commit
f810f78e3e
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
5.2.0-dev.317 | 2022-11-15 11:34:47 -0700
|
||||||
|
|
||||||
|
* init-bare: Fix zeek:see after bif renaming (Arne Welzel, Corelight)
|
||||||
|
|
||||||
5.2.0-dev.315 | 2022-11-14 13:19:33 -0700
|
5.2.0-dev.315 | 2022-11-14 13:19:33 -0700
|
||||||
|
|
||||||
* Update broker submodule [nomail] (Tim Wojtulewicz, Corelight)
|
* Update broker submodule [nomail] (Tim Wojtulewicz, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.2.0-dev.315
|
5.2.0-dev.317
|
||||||
|
|
|
@ -794,7 +794,7 @@ type ReporterStats: record {
|
||||||
|
|
||||||
## Statistics about how many times each event name is queued.
|
## Statistics about how many times each event name is queued.
|
||||||
##
|
##
|
||||||
## .. zeek:see:: get_event_handler_call_counts
|
## .. zeek:see:: get_event_handler_stats
|
||||||
type EventNameCounter: record {
|
type EventNameCounter: record {
|
||||||
## Name of the zeek event.
|
## Name of the zeek event.
|
||||||
name: string &log;
|
name: string &log;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue