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 102 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 105 of file app-layer-ftp.h.
uint8_t FtpLineState_::delim_len |
Definition at line 107 of file app-layer-ftp.h.
uint32_t FtpLineState_::len |
Definition at line 106 of file app-layer-ftp.h.
bool FtpLineState_::lf_found |
Definition at line 108 of file app-layer-ftp.h.