mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Add "Reporter" entry to fix plugin hook_name() vs HookType imbalance
The hook_name() list was missing an entry corresponding to HOOK_REPORTER. Co-authored-by: Peter Cullen <peter.cullen@corelight.com>
This commit is contained in:
parent
2d93a19f45
commit
397e4c9718
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ const char* hook_name(HookType h)
|
|||
"SetupAnalyzerTree",
|
||||
"LogInit",
|
||||
"LogWrite",
|
||||
"Reporter",
|
||||
"UnprocessedPacket",
|
||||
// MetaHooks
|
||||
"MetaHookPre",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue