Ticket: 7556
The second retry packet must be discarded
--- /dev/null
+# Description
+
+Test quic parsing with retry packets, with a second retry packet that is discarded by the client
+
+# Ticket
+
+https://redmine.openinfosecfoundation.org/issues/7556
+
+# PCAP
+
+The pcap comes from https://redmine.openinfosecfoundation.org/issues/7556
--- /dev/null
+requires:
+ min-version: 8
+
+checks:
+ - filter:
+ count: 1
+ match:
+ event_type: quic
+ pcap_cnt: 2
+ quic.extensions[0].name: "extended_master_secret"
+ - filter:
+ count: 1
+ match:
+ event_type: quic
+ pcap_cnt: 5
+ quic.extensions[0].name: "extended_master_secret"
+ - filter:
+ count: 1
+ match:
+ event_type: quic
+ pcap_cnt: 8
+ quic.extensions[0].name: "supported_versions"
+ - filter:
+ count: 0
+ match:
+ event_type: anomaly