Skip to content

Commit

Permalink
smtp: test protocol detection after TLS from client
Browse files Browse the repository at this point in the history
Ticket: 7469
  • Loading branch information
catenacyber authored and victorjulien committed Jan 21, 2025
1 parent 0fdc8fb commit 6a9da55
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/smtp-tls-protodetect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Test Description

Test SMTP recognition from probing parser when client starts TLS

## PCAP

extract from QA TLPW1

## Related issues

https://redmine.openinfosecfoundation.org/issues/7469
Binary file added tests/smtp-tls-protodetect/input.pcap
Binary file not shown.
14 changes: 14 additions & 0 deletions tests/smtp-tls-protodetect/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
requires:
min-version: 8

# disables checksum verification
args:
- -k none

checks:
- filter:
count: 1
match:
event_type: flow
app_proto: tls
app_proto_tc: smtp

0 comments on commit 6a9da55

Please sign in to comment.