diff --git a/src/protocol/ftp/ftp-parser.c b/src/protocol/ftp/ftp-parser.c index e9c7aa181..c254390ca 100644 --- a/src/protocol/ftp/ftp-parser.c +++ b/src/protocol/ftp/ftp-parser.c @@ -62,6 +62,9 @@ main(int argc, char *argv[]) } } + if (!responselen) + die("Usage: %s --response \"string\"", argv[0]); + if (parse_ftp_file_info(&ftp_info, response, responselen)) return 0;