zeek/testing/btest/Baseline/plugins.func-hook/output
Jon Siwek 272db640aa Deprecate Plugin::HookCallFunction(), replace with HookFunctionCall()
This also changes the argument type of Func::operator() to zeek::Args*
to allow plugins to be able to alter function arguments in place as
was previously documented.
2020-05-22 21:01:38 -07:00

4 lines
239 B
Text

1590206064.237264 MetaHookPre CallFunction(foo, <frame>, (1, 2, 3, yo))
1590206064.237264 | HookFunctionCall foo(1, 2, 3, yo)
1590206064.237264 MetaHookPost CallFunction(foo, <frame>, (1, 2, 3, yo)) -> <no result>
foo, 42, 2, 3, yo