Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smtp: test protocol detection after TLS from client #2200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/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
Loading