Merge remote-tracking branch 'origin/topic/awelzel/quic-draft-mvfst-versions'

* origin/topic/awelzel/quic-draft-mvfst-versions:
  quic: Handle and log unhandled_version
  quic: Support decryption of a few more versions
This commit is contained in:
Arne Welzel 2024-01-10 14:07:18 +01:00
commit bddd74dcc1
9 changed files with 195 additions and 62 deletions

4
NEWS
View file

@ -133,7 +133,9 @@ New Functionality
events.
- The QUIC analyzer has been extended to support analyzing QUIC Version 2
INITIAL packets (RFC 9369).
INITIAL packets (RFC 9369). Additionally, prior draft and some of
Facebook's mvfst versions are supported. Unknown QUIC versions will now be
reported in ``quic.log`` as an entry with a ``U`` history field.
- Conditional directives (``@if``, ``@ifdef``, ``@ifndef``, ``@else`` and
``@endif``) can now be placed within a record's definition to conditionally