]> git.ipfire.org Git - thirdparty/suricata.git/commit
quic: log version as string
authorVictor Julien <vjulien@oisf.net>
Fri, 14 Jan 2022 15:31:34 +0000 (16:31 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 19 Jan 2022 13:10:50 +0000 (14:10 +0100)
commitccab28aad3cc6ca15c887af3345191f823efcc57
treefd73ba67354656ce6b0dbe105d8a914b1c70c844
parent24a21af4ab9e4bb7ebf37a42577294733dca64d8
quic: log version as string

Log as Q043, Q044, Q045, Q046. If the version is not supported/recognized,
log the 4 bytes as hex.

Only log for txs based on long headers.
rust/src/quic/logger.rs
rust/src/quic/parser.rs