]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
Adds test about pop3 protocol detection
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 19 Sep 2023 08:01:54 +0000 (10:01 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 21 May 2024 15:22:06 +0000 (17:22 +0200)
tests/pop3/README.md [new file with mode: 0644]
tests/pop3/input.pcap [new file with mode: 0644]
tests/pop3/test.yaml [new file with mode: 0644]

diff --git a/tests/pop3/README.md b/tests/pop3/README.md
new file mode 100644 (file)
index 0000000..52d4e53
--- /dev/null
@@ -0,0 +1,8 @@
+# Description
+
+Test pop3 protocol detection instead of FTP
+See https://redmine.openinfosecfoundation.org/issues/6366
+
+# PCAP
+
+The pcap comes from TLPW1 in QA
diff --git a/tests/pop3/input.pcap b/tests/pop3/input.pcap
new file mode 100644 (file)
index 0000000..2d3b923
Binary files /dev/null and b/tests/pop3/input.pcap differ
diff --git a/tests/pop3/test.yaml b/tests/pop3/test.yaml
new file mode 100644 (file)
index 0000000..34a811b
--- /dev/null
@@ -0,0 +1,9 @@
+requires:
+  min-version: 8
+
+checks:
+  - filter:
+      count: 1
+      match:
+        event_type: flow
+        app_proto: pop3