suricata
detect-ftp-reply-received.c File Reference
#include "suricata-common.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "app-layer-ftp.h"
#include "detect-ftp-reply-received.h"
Include dependency graph for detect-ftp-reply-received.c:

Go to the source code of this file.

Functions

void DetectFtpReplyReceivedRegister (void)
 Registration function for ftp.reply_received: keyword. More...
 

Detailed Description

Author
Jeff Lucovsky jluco.nosp@m.vsky.nosp@m.@oisf.nosp@m..net

Match on FTP reply received.

Definition in file detect-ftp-reply-received.c.

Function Documentation

◆ DetectFtpReplyReceivedRegister()

void DetectFtpReplyReceivedRegister ( void  )

Registration function for ftp.reply_received: keyword.

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

Definition at line 121 of file detect-ftp-reply-received.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: