mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/4176-cluster-on-sub-unsub-hooks'
* origin/topic/awelzel/4176-cluster-on-sub-unsub-hooks: cluster: Add on_subscribe() and on_unsubscribe() hooks
This commit is contained in:
commit
13f613eb1d
11 changed files with 81 additions and 10 deletions
3
NEWS
3
NEWS
|
@ -17,6 +17,9 @@ New Functionality
|
|||
- A new TapAnalyzer class was added allowing to tap into all packets delivered
|
||||
to child analyzers attached to session adapters.
|
||||
|
||||
- Two new hooks, ``Cluster::on_subscribe()`` and ``Cluster::on_unsubscribe()`` have
|
||||
been added to allow observing ``Subscribe()`` and ``Unsubscribe()`` calls on
|
||||
backends by Zeek scripts.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue