From: Shivani Bhardwaj Date: Wed, 31 May 2023 07:46:15 +0000 (+0530) Subject: ftp: fix command_data length X-Git-Tag: suricata-6.0.13~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1233%2Fhead;p=thirdparty%2Fsuricata-verify.git ftp: fix command_data length --- diff --git a/tests/ftp/ftp-too-long-command/test.yaml b/tests/ftp/ftp-too-long-command/test.yaml index f59c0cd42..3336d8883 100644 --- a/tests/ftp/ftp-too-long-command/test.yaml +++ b/tests/ftp/ftp-too-long-command/test.yaml @@ -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