mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
![]() The hook being added is: bool HookReporter(const std::string& prefix, const EventHandlerPtr event, const Connection* conn, const val_list* addl, bool location, const Location* location1, const Location* location2, bool time, const std::string& buffer) override; This hook gives access to basically all information that is available in the function in Reporter.cc that performs the logging. The hook is called each time when anything passes through the reporter in the cases in which an event usually would be called. This includes weirds. The hook can return false to prevent the normal reporter events from being raised. |
||
---|---|---|
.. | ||
src | ||
.btest-ignore |