suricata
detect-ftpbounce.c File Reference
#include "suricata-common.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-engine-state.h"
#include "detect-content.h"
#include "detect-engine-build.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-ftp.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "util-debug.h"
#include "flow.h"
#include "flow-var.h"
#include "flow-util.h"
#include "threads.h"
#include "detect-ftpbounce.h"
#include "stream-tcp.h"
#include "util-byte.h"
Include dependency graph for detect-ftpbounce.c:

Go to the source code of this file.

Functions

void DetectFtpbounceRegister (void)
 Registration function for ftpbounce: keyword. More...
 

Detailed Description

Author
Pablo Rincon pablo.nosp@m..rin.nosp@m.con.c.nosp@m.resp.nosp@m.o@gma.nosp@m.il.c.nosp@m.om

ftpbounce keyword, part of the detection engine.

Definition in file detect-ftpbounce.c.

Function Documentation

◆ DetectFtpbounceRegister()

void DetectFtpbounceRegister ( void  )

Registration function for ftpbounce: keyword.

Todo:
add support for no_stream and stream_only

Definition at line 61 of file detect-ftpbounce.c.

References SigTableElmt_::desc, DETECT_FTPBOUNCE, SigTableElmt_::name, SigTableElmt_::Setup, and sigmatch_table.

Referenced by SigTableSetup().

Here is the caller graph for this function: