suricata
FtpTransferCmd Struct Reference

Data Fields

void(* DFree )(void *)
 
uint64_t flow_id
 
uint8_t * file_name
 
uint16_t file_len
 
uint8_t direction
 
FtpRequestCommand cmd
 

Detailed Description

Definition at line 428 of file app-layer-ftp.c.

Field Documentation

◆ cmd

FtpRequestCommand FtpTransferCmd::cmd

Definition at line 436 of file app-layer-ftp.c.

◆ DFree

void(* FtpTransferCmd::DFree) (void *)

Need to look like a ExpectationData so DFree must be first field .

Definition at line 431 of file app-layer-ftp.c.

◆ direction

uint8_t FtpTransferCmd::direction

direction in which the data will flow

Definition at line 435 of file app-layer-ftp.c.

◆ file_len

uint16_t FtpTransferCmd::file_len

Definition at line 434 of file app-layer-ftp.c.

◆ file_name

uint8_t* FtpTransferCmd::file_name

Definition at line 433 of file app-layer-ftp.c.

◆ flow_id

uint64_t FtpTransferCmd::flow_id

Definition at line 432 of file app-layer-ftp.c.


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