Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions tests/quic-retry-multiple/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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
Binary file added tests/quic-retry-multiple/input.pcap
Binary file not shown.
26 changes: 26 additions & 0 deletions tests/quic-retry-multiple/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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
Loading