|
suricata
|
#include <app-layer-ftp.h>

Public Member Functions | |
| TAILQ_HEAD (, FTPResponseWrapper_) 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 |
| FtpCommandInfo | command_descriptor |
| uint16_t | dyn_port |
| bool | done |
| bool | active |
| uint8_t | direction |
Definition at line 60 of file app-layer-ftp.h.
| FTPTransaction_::TAILQ_ENTRY | ( | FTPTransaction_ | ) |
| FTPTransaction_::TAILQ_HEAD | ( | FTPResponseWrapper_ | ) |
| bool FTPTransaction_::active |
Definition at line 76 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
| FtpCommandInfo FTPTransaction_::command_descriptor |
Definition at line 72 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
| uint8_t FTPTransaction_::direction |
Definition at line 78 of file app-layer-ftp.h.
| bool FTPTransaction_::done |
Definition at line 75 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
| uint16_t FTPTransaction_::dyn_port |
Definition at line 74 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
| uint8_t* FTPTransaction_::request |
Definition at line 68 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
| uint32_t FTPTransaction_::request_length |
Definition at line 67 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
| bool FTPTransaction_::request_truncated |
Definition at line 69 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
| AppLayerTxData FTPTransaction_::tx_data |
Definition at line 64 of file app-layer-ftp.h.
| uint64_t FTPTransaction_::tx_id |
id of this tx, starting at 0
Definition at line 62 of file app-layer-ftp.h.