suricata
FtpLineState_ Struct Reference

#include <app-layer-ftp.h>

Data Fields

const uint8_t * buf
 
uint32_t len
 
uint8_t delim_len
 
bool lf_found
 

Detailed Description

used to hold the line state when we have fragmentation.

Definition at line 102 of file app-layer-ftp.h.

Field Documentation

◆ buf

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.

◆ delim_len

uint8_t FtpLineState_::delim_len

Definition at line 107 of file app-layer-ftp.h.

◆ len

uint32_t FtpLineState_::len

Definition at line 106 of file app-layer-ftp.h.

◆ lf_found

bool FtpLineState_::lf_found

Definition at line 108 of file app-layer-ftp.h.


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