mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

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.
4 lines
239 B
Text
4 lines
239 B
Text
1590205948.002795 MetaHookPre CallFunction(foo, <frame>, (1, 2, 3, yo))
|
|
1590205948.002795 | HookCallFunction foo(1, 2, 3, yo)
|
|
1590205948.002795 MetaHookPost CallFunction(foo, <frame>, (1, 2, 3, yo)) -> <no result>
|
|
foo, 13, 2, 3, yo
|