Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dpp_ftp.c1380 req = &ftpssn->client.request; in check_ftp()
1381 ftpssn->ftp_cmd_pipe_index = 1; in check_ftp()
1477 if (ftpssn->encr_state == 0) in check_ftp()
1561 if (ftpssn->encr_state == 0) in check_ftp()
1588 ftpssn->encr_state = 0; in check_ftp()
1822 ftpssn->data_chan_index = ftpssn->ftp_cmd_pipe_index; in check_ftp()
1846 ftpssn->data_xfer_index = ftpssn->ftp_cmd_pipe_index; in check_ftp()
1923 ftpssn->data_xfer_index = ftpssn->ftp_cmd_pipe_index; in check_ftp()
1967 ftpssn->ftp_cmd_pipe_index++; in check_ftp()
1977 ftpssn->ftp_cmd_pipe_index++; in check_ftp()
[all …]
H A Dftpp_si.c714 if(datassn && (ssn == datassn->ftpssn)) in FTPFreeSession()
715 datassn->ftpssn = NULL; in FTPFreeSession()
770 FTP_SESSION * ftpssn = ssn->ftpssn; in FTPDataSessionFree() local
771 if(ftpssn && (ssn == ftpssn->datassn)) in FTPDataSessionFree()
772 ftpssn->datassn = NULL; in FTPDataSessionFree()
H A Dftpp_si.h205 void* ftpssn; member
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/
H A Dpp_ftp.cc1350 int check_ftp(FTP_SESSION* ftpssn, Packet* p, int iMode) in check_ftp() argument
1367 req = &ftpssn->client.request; in check_ftp()
1372 FTP_SERVER_RSP* rsp = &ftpssn->server.response; in check_ftp()
1463 if (ftpssn->encr_state == 0) in check_ftp()
1503 ftpssn->encr_state = 0; in check_ftp()
1540 if (ftpssn->encr_state == 0) in check_ftp()
1560 ftpssn->encr_state = 0; in check_ftp()
1783 if (ftpssn->filename) in check_ftp()
1786 ftpssn->filename = nullptr; in check_ftp()
1787 ftpssn->path_hash = 0; in check_ftp()
[all …]