mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
commit
94ffcd6535
10 changed files with 52 additions and 8 deletions
4
NEWS
4
NEWS
|
@ -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
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue