Merge remote-tracking branch 'origin/topic/awelzel/4068-http-upgrade-content-type'

* origin/topic/awelzel/4068-http-upgrade-content-type:
  btest/http: Demo StreamEvent analyzer with HTTP::upgrade_analyzers
  protocol: Add StreamEvent analyzer
This commit is contained in:
Arne Welzel 2024-12-06 17:33:19 +01:00
commit 27517ee4cb
23 changed files with 304 additions and 7 deletions

12
CHANGES
View file

@ -1,3 +1,15 @@
7.1.0-dev.695 | 2024-12-06 17:33:19 +0100
* btest/http: Demo StreamEvent analyzer with HTTP::upgrade_analyzers (Arne Welzel, Corelight)
* protocol: Add StreamEvent analyzer (Arne Welzel, Corelight)
This analyzer can be used to transport raw stream data for a given
connection to the script layer. For example, adding this analyzer into
the HTTP::upgrade_analyzer or using it to configure a child WebSocket
analyzer allows to get access to the raw stream data in script land
when no more appropriate protocol analyzer is available.
7.1.0-dev.692 | 2024-12-06 10:22:07 +0100
* fix for ZAM "assert" statements potentially evaluating invalid expressions (Vern Paxson, Corelight)