Skip to content

Commit 49aeb22

Browse files
committed
smtp: adds test for protocol recognition on quit
Ticket: 6591
1 parent 0563739 commit 49aeb22

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

tests/smtp-quit/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Test Description
2+
3+
Test SMTP protocol detection with QUIT pattern (vs FTP)
4+
5+
## PCAP
6+
7+
This PCAP comes from redmine ticket https://redmine.openinfosecfoundation.org/issues/6591 with craft to change ports
8+
9+
## Related issues
10+
11+
Ticket https://redmine.openinfosecfoundation.org/issues/6591

tests/smtp-quit/input.pcap

556 Bytes
Binary file not shown.

tests/smtp-quit/test.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
requires:
2+
min-version: 9
3+
4+
args:
5+
- -k none
6+
7+
checks:
8+
- filter:
9+
count: 1
10+
match:
11+
event_type: flow
12+
app_proto: smtp

0 commit comments

Comments
 (0)