suricata
|
Data Fields | |
void(* | DFree )(void *) |
uint64_t | flow_id |
uint8_t * | file_name |
uint16_t | file_len |
uint8_t | direction |
FtpRequestCommand | cmd |
Definition at line 442 of file app-layer-ftp.c.
FtpRequestCommand FtpTransferCmd::cmd |
Definition at line 450 of file app-layer-ftp.c.
void(* FtpTransferCmd::DFree) (void *) |
Need to look like a ExpectationData so DFree must be first field .
Definition at line 445 of file app-layer-ftp.c.
uint8_t FtpTransferCmd::direction |
direction in which the data will flow
Definition at line 449 of file app-layer-ftp.c.
uint16_t FtpTransferCmd::file_len |
Definition at line 448 of file app-layer-ftp.c.
uint8_t* FtpTransferCmd::file_name |
Definition at line 447 of file app-layer-ftp.c.
uint64_t FtpTransferCmd::flow_id |
Definition at line 446 of file app-layer-ftp.c.