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:
Arne Welzel 2025-08-02 12:32:32 +02:00
parent 56325d1412
commit dc904b2216
11 changed files with 355 additions and 5 deletions

4
NEWS
View file

@ -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
---------------------