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/bypass-quic-enabled/README.md
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions tests/bypass-quic-enabled/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
requires:
min-version: 9

pcap: ../quic-v2/input.pcap

args:
- --set app-layer.protocols.quic.encryption-handling=bypass
- --set stream.reassembly.depth=1MB
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stream settings shouldn't affect udp protocols. Did you need to set them?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this was meant to me more explicit that the bypass comes from quic and not from stream depth

Removing it

- --set stream.bypass=false

checks:
- filter:
count: 1
match:
event_type: stats
- stats:
flow_bypassed.local_pkts: 13
flow_bypassed.local_bytes: 2634
Loading