mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This started with reverting commit 52cd02173d
and then rewriting it to be per handler rather than handler identifier
and adding support for hooks as well as adding implicit module groups.
9 lines
399 B
Text
9 lines
399 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
HookModule::module_hook in MyModule, 1
|
|
HookModule::module_hook in MyOtherModule, 1
|
|
HookModule::module_hook in GLOBAL, 1
|
|
=== disable_module_events(MyModule)
|
|
HookModule::module_hook in MyOtherModule, 2
|
|
HookModule::module_hook in GLOBAL, 2
|
|
zeek_done in MyOtherModule
|
|
zeek_done in global
|