Home
last modified time | relevance | path

Searched refs:FTPP_SI_PROTO_TELNET (Results 1 – 6 of 6) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/
H A Dtelnet.cc123 if (ft_ssn->proto == FTPP_SI_PROTO_TELNET) in snort_telnet()
160 if ( SiInput.pproto != FTPP_SI_PROTO_TELNET ) in snort_telnet()
168 case FTPP_SI_PROTO_TELNET: in snort_telnet()
H A Dftpp_si.cc86 session->ft_ssn.proto = FTPP_SI_PROTO_TELNET; in TelnetResetsession()
114 Newsession->ft_ssn.proto = FTPP_SI_PROTO_TELNET; in TelnetStatefulsessionInspection()
116 SiInput->pproto = FTPP_SI_PROTO_TELNET; in TelnetStatefulsessionInspection()
H A Dftpp_si.h57 #define FTPP_SI_PROTO_TELNET 1 macro
68 #define PROTO_IS_TELNET(ssn) FTPP_SI_IS_PROTO(ssn, FTPP_SI_PROTO_TELNET)
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dftpp_si.h63 #define FTPP_SI_PROTO_TELNET 1 macro
74 #define PROTO_IS_TELNET(ssn) FTPP_SI_IS_PROTO(ssn, FTPP_SI_PROTO_TELNET)
H A Dftpp_si.c153 Session->ft_ssn.proto = FTPP_SI_PROTO_TELNET; in TelnetResetSession()
213 NewSession->ft_ssn.proto = FTPP_SI_PROTO_TELNET; in TelnetStatefulSessionInspection()
220 SiInput->pproto = FTPP_SI_PROTO_TELNET; in TelnetStatefulSessionInspection()
268 SiInput->pproto = FTPP_SI_PROTO_TELNET; in TelnetStatelessSessionInspection()
1086 if (SiInput->pproto == FTPP_SI_PROTO_TELNET) in ftpp_si_determine_proto()
H A Dsnort_ftptelnet.c4359 if (ft_ssn->proto == FTPP_SI_PROTO_TELNET) in SnortFTPTelnet()
4450 case FTPP_SI_PROTO_TELNET: in SnortFTPTelnet()