]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
ftp: fix command_data length 1233/head
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 31 May 2023 07:46:15 +0000 (13:16 +0530)
committerVictor Julien <victor@inliniac.net>
Thu, 8 Jun 2023 08:53:00 +0000 (10:53 +0200)
tests/ftp/ftp-too-long-command/test.yaml

index f59c0cd42db754609e1808931f66b329bb910325..3336d888345fe5145342a0b1d42da32c45177bda 100644 (file)
@@ -5,7 +5,7 @@ checks:
       match:
         event_type: ftp
         ftp.command: RETR
-        ftp.command_data.__len: 4090
+        ftp.command_data.__len: 4091
         ftp.command_truncated: true
         ftp.reply_truncated: false