suricata
SMTPLine_ Struct Reference

Data Fields

const uint8_t * buf
 
int32_t len
 
uint8_t delim_len
 
bool lf_found
 

Detailed Description

Definition at line 129 of file app-layer-smtp.c.

Field Documentation

◆ buf

const uint8_t* SMTPLine_::buf

current line extracted by the parser from the call to SMTPGetline()

Definition at line 131 of file app-layer-smtp.c.

◆ delim_len

uint8_t SMTPLine_::delim_len

Definition at line 134 of file app-layer-smtp.c.

◆ len

int32_t SMTPLine_::len

length of the line in current_line. Doesn't include the delimiter

Definition at line 133 of file app-layer-smtp.c.

◆ lf_found

bool SMTPLine_::lf_found

Definition at line 135 of file app-layer-smtp.c.


The documentation for this struct was generated from the following file: