suricata
|
#include <app-layer-ftp.h>
Public Member Functions | |
TAILQ_ENTRY (FTPString_) next | |
Data Fields | |
uint8_t * | str |
uint32_t | len |
bool | truncated |
Definition at line 111 of file app-layer-ftp.h.
FTPString_::TAILQ_ENTRY | ( | FTPString_ | ) |
uint32_t FTPString_::len |
Definition at line 113 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
uint8_t* FTPString_::str |
Definition at line 112 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().
bool FTPString_::truncated |
Definition at line 114 of file app-layer-ftp.h.
Referenced by EveFTPLogCommand().