From: Philippe Antoine Date: Tue, 16 Dec 2025 21:40:59 +0000 (+0100) Subject: quic: add test for encryption-handling bypass X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f18380f2cbdb3361389e4027c4929305bb4aa6;p=thirdparty%2Fsuricata-verify.git quic: add test for encryption-handling bypass Ticket: 8116 --- diff --git a/tests/bypass-quic-enabled/README.md b/tests/bypass-quic-enabled/README.md new file mode 100644 index 000000000..8ba197098 --- /dev/null +++ b/tests/bypass-quic-enabled/README.md @@ -0,0 +1,11 @@ +# Test Description + +Tests that the encrypted part of the quic traffic is bypassed + +## PCAP + +reused + +## Related issues + +https://redmine.openinfosecfoundation.org/issues/8116 diff --git a/tests/bypass-quic-enabled/test.yaml b/tests/bypass-quic-enabled/test.yaml new file mode 100644 index 000000000..1c29e26af --- /dev/null +++ b/tests/bypass-quic-enabled/test.yaml @@ -0,0 +1,17 @@ +requires: + min-version: 9 + +pcap: ../quic-v2/input.pcap + +args: +- --set app-layer.protocols.quic.encryption-handling=bypass +- --set stream.bypass=false + +checks: + - filter: + count: 1 + match: + event_type: stats + - stats: + flow_bypassed.local_pkts: 13 + flow_bypassed.local_bytes: 2634