suricata
detect-ftpdata.h File Reference
#include "app-layer-ftp.h"
Include dependency graph for detect-ftpdata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DetectFtpdataData_
 

Typedefs

typedef struct DetectFtpdataData_ DetectFtpdataData
 

Functions

void DetectFtpdataRegister (void)
 registers the keyword into the engine. Called from detect.c::SigTableSetup() More...
 

Detailed Description

Author
Eric Leblond eric@.nosp@m.regi.nosp@m.t.org

Definition in file detect-ftpdata.h.

Typedef Documentation

◆ DetectFtpdataData

Per keyword data. This is set up by the DetectFtpcommandSetup() function. Each signature will have an instance of DetectFtpcommandData per occurrence of the keyword. The structure should be considered static/readonly after initialization.

Function Documentation

◆ DetectFtpdataRegister()

void DetectFtpdataRegister ( void  )

registers the keyword into the engine. Called from detect.c::SigTableSetup()

registers the keyword into the engine. Called from detect.c::SigTableSetup()

This function is called once in the 'lifetime' of the engine.

Definition at line 59 of file detect-ftpdata.c.

References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_FTPDATA, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: