suricata
|
#include <app-layer-ftp.h>
Data Fields | |
const uint8_t * | buf |
uint32_t | len |
uint8_t | delim_len |
bool | lf_found |
used to hold the line state when we have fragmentation.
Definition at line 35 of file app-layer-ftp.h.
const uint8_t* FtpLineState_::buf |
used to indicate if the current_line buffer is a malloced buffer. We use a malloced buffer, if a line is fragmented
Definition at line 38 of file app-layer-ftp.h.
uint8_t FtpLineState_::delim_len |
Definition at line 40 of file app-layer-ftp.h.
uint32_t FtpLineState_::len |
Definition at line 39 of file app-layer-ftp.h.
bool FtpLineState_::lf_found |
Definition at line 41 of file app-layer-ftp.h.