suricata
|
#include <app-layer-ftp.h>
Public Member Functions | |
TAILQ_HEAD (, FTPString_) response_list | |
TAILQ_ENTRY (FTPTransaction_) next | |
Data Fields | |
uint64_t | tx_id |
AppLayerTxData | tx_data |
uint32_t | request_length |
uint8_t * | request |
bool | request_truncated |
const FtpCommand * | command_descriptor |
uint16_t | dyn_port |
bool | done |
bool | active |
uint8_t | direction |
Definition at line 118 of file app-layer-ftp.h.
FTPTransaction_::TAILQ_ENTRY | ( | FTPTransaction_ | ) |
FTPTransaction_::TAILQ_HEAD | ( | FTPString_ | ) |
bool FTPTransaction_::active |
Definition at line 134 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
const FtpCommand* FTPTransaction_::command_descriptor |
Definition at line 130 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
uint8_t FTPTransaction_::direction |
Definition at line 136 of file app-layer-ftp.h.
bool FTPTransaction_::done |
Definition at line 133 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
uint16_t FTPTransaction_::dyn_port |
Definition at line 132 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
uint8_t* FTPTransaction_::request |
Definition at line 126 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
uint32_t FTPTransaction_::request_length |
Definition at line 125 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
bool FTPTransaction_::request_truncated |
Definition at line 127 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
AppLayerTxData FTPTransaction_::tx_data |
Definition at line 122 of file app-layer-ftp.h.
uint64_t FTPTransaction_::tx_id |
id of this tx, starting at 0
Definition at line 120 of file app-layer-ftp.h.