suricata
|
Data Fields | |
const uint8_t * | buf |
int32_t | len |
uint8_t | delim_len |
bool | lf_found |
Definition at line 112 of file app-layer-smtp.c.
const uint8_t* SMTPLine_::buf |
current line extracted by the parser from the call to SMTPGetline()
Definition at line 114 of file app-layer-smtp.c.
uint8_t SMTPLine_::delim_len |
Definition at line 117 of file app-layer-smtp.c.
int32_t SMTPLine_::len |
length of the line in current_line. Doesn't include the delimiter
Definition at line 116 of file app-layer-smtp.c.
bool SMTPLine_::lf_found |
Definition at line 118 of file app-layer-smtp.c.