mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
SessionAdapter: Introduce TapAnalyzer for session adapter
This commit introduces a mechanism to attach light weight analyzers to the root analyzer of sessions in order to tap into the packets delivered to child analyzer.
This commit is contained in:
parent
56325d1412
commit
dc904b2216
11 changed files with 355 additions and 5 deletions
4
NEWS
4
NEWS
|
@ -14,6 +14,10 @@ Breaking Changes
|
|||
New Functionality
|
||||
-----------------
|
||||
|
||||
- A new TapAnalyzer class was added allowing to tap into all packets delivered
|
||||
to child analyzers attached to session adapters.
|
||||
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue