Merge remote-tracking branch 'origin/topic/awelzel/plugin-init-pre-execution'

* origin/topic/awelzel/plugin-init-pre-execution:
  plugin: Add InitPreExecution()
This commit is contained in:
Arne Welzel 2024-11-21 14:40:53 +01:00
commit 94ffcd6535
10 changed files with 52 additions and 8 deletions

4
NEWS
View file

@ -77,6 +77,10 @@ New Functionality
event signature_match(state: signature_state, msg: string, data: string, end_of_match: count);
* A we plugin hook ``InitPreExecution()`` has been added to allow introspection
of Zeek's AST after ZAM optimizations ran. This hook executes right before
the ``zeek_init()`` event is enqueued.
Changed Functionality
---------------------