Skip to content
Open
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
12 changes: 12 additions & 0 deletions tests/dcerpc/dcerpc-bind-no-frag-flag/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ checks:

# SID 2 matches the real UUID. There are two connections with opnum 42 in the PCAP.
- filter:
requires:
lt-version: 9
count: 1
match:
event_type: alert
alert.signature_id: 2

# Since Suricata 9.0, a minor-version-0 BIND with pfc_flags=0 is treated as
# implicitly unfragmented, so SID 2 matches both connections in the PCAP.
- filter:
requires:
min-version: 9.0
count: 2
match:
event_type: alert
alert.signature_id: 2
Loading