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 133 of file app-layer-ftp.h.
FTPTransaction_::TAILQ_ENTRY | ( | FTPTransaction_ | ) |
FTPTransaction_::TAILQ_HEAD | ( | FTPString_ | ) |
bool FTPTransaction_::active |
Definition at line 149 of file app-layer-ftp.h.
const FtpCommand* FTPTransaction_::command_descriptor |
Definition at line 145 of file app-layer-ftp.h.
uint8_t FTPTransaction_::direction |
Definition at line 151 of file app-layer-ftp.h.
bool FTPTransaction_::done |
Definition at line 148 of file app-layer-ftp.h.
uint16_t FTPTransaction_::dyn_port |
Definition at line 147 of file app-layer-ftp.h.
uint8_t* FTPTransaction_::request |
Definition at line 141 of file app-layer-ftp.h.
uint32_t FTPTransaction_::request_length |
Definition at line 140 of file app-layer-ftp.h.
bool FTPTransaction_::request_truncated |
Definition at line 142 of file app-layer-ftp.h.
AppLayerTxData FTPTransaction_::tx_data |
Definition at line 137 of file app-layer-ftp.h.
uint64_t FTPTransaction_::tx_id |
id of this tx, starting at 0
Definition at line 135 of file app-layer-ftp.h.