diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 6400ca1..76ce0b9 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1396,6 +1396,13 @@ static int identify_application_protocol(const struct streaminfo *a_stream, stru context->proto=PROTO_FTP; return 1; } + + ret=ftp_data_identify((struct streaminfo *)a_stream); + if(ret>0) + { + context->proto=PROTO_FTP; + return 1; + } } if(g_tsg_para.proto_flag&(1<