Skip to content

Commit

Permalink
dns-tcp-ts-gap: update for v2 and v3 dns logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jul 5, 2024
1 parent 5996232 commit ba8a520
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions tests/dns-tcp-ts-gap/test.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
requires:
# App-layer gap handling didn't happen until v4.
min-version: 4.0.0
features:
- HAVE_LIBJANSSON

checks:
- filter:
requires:
min-version: 8
count: 2
match:
event_type: dns
dns.type: request
- filter:
requires:
lt-version: 8
count: 2
match:
event_type: dns
dns.type: query
- filter:
requires:
min-version: 8
count: 3
match:
event_type: dns
dns.type: response
dns.answers.__len: 12
- filter:
requires:
lt-version: 8
count: 3
match:
event_type: dns
Expand Down

0 comments on commit ba8a520

Please sign in to comment.