]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
Fix output-eve-ftp result
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 16 Mar 2020 13:54:03 +0000 (14:54 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Apr 2020 12:32:25 +0000 (14:32 +0200)
tests/output-eve-ftp/test.yaml

index edcc6304b01b4b59e896a67e2f880544edd5ad5c..c550f1eae42eba4f5257110282e9adfa69fdbf3b 100644 (file)
@@ -62,7 +62,5 @@ checks:
         event_type: ftp
         ftp.command: NLST
         ftp.reply: [
-          "Here comes the directory listing.\r\n",
-          "Directory send OK.",
-          "PORT command successful. Consider using PASV."]
-        ftp.dynamic_port: 59926
+          "Here comes the directory listing.",
+          "Directory send OK."]