]> git.ipfire.org Git - thirdparty/suricata.git/commit
quic: decrypt only initial packets
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 19 Feb 2025 09:08:58 +0000 (10:08 +0100)
committerPhilippe Antoine <pantoine@oisf.net>
Sun, 23 Feb 2025 20:24:17 +0000 (21:24 +0100)
commit530f1a40e467e2992266d098c0ac406bcd556f32
treea18c4e27ca4d691f2a692003df2ef7a50398f26f
parentac6dcd6fbf442efe4233a77136c9e01f1c579fca
quic: decrypt only initial packets

Ticket: 7556

Avoids failed_decrypt events when the first packet seen is not
a Quic Initial packet

(cherry picked from commit d61f36c66fa6bb32d135e3891804081e16719cb4)
rust/src/quic/quic.rs