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:
Christian Kreibich 2022-04-14 15:20:44 -07:00
parent 2d93a19f45
commit 397e4c9718

View file

@ -31,6 +31,7 @@ const char* hook_name(HookType h)
"SetupAnalyzerTree",
"LogInit",
"LogWrite",
"Reporter",
"UnprocessedPacket",
// MetaHooks
"MetaHookPre",