Home
last modified time | relevance | path

Searched refs:PROTO_IS_FTP (Results 1 – 4 of 4) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/
H A Dftp_data.cc95 if (PROTO_IS_FTP(ftp_ssn)) in FTPDataProcess()
150 if (!PROTO_IS_FTP(ftp_ssn)) in SnortFTPData()
H A Dftpp_si.h66 #define PROTO_IS_FTP(ssn) FTPP_SI_IS_PROTO(ssn, FTPP_SI_PROTO_FTP) macro
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dftpp_si.h72 #define PROTO_IS_FTP(ssn) FTPP_SI_IS_PROTO(ssn, FTPP_SI_PROTO_FTP) macro
H A Dsnort_ftptelnet.c4630 if (!PROTO_IS_FTP(ftp_ssn)) in SnortFTPData()