suricata
detect-flow-pkts.c File Reference
#include "suricata-common.h"
#include "rust.h"
#include "detect-flow-pkts.h"
#include "detect-engine.h"
#include "detect-engine-prefilter.h"
#include "detect-engine-uint.h"
#include "detect-parse.h"
Include dependency graph for detect-flow-pkts.c:

Go to the source code of this file.

Functions

void DetectFlowPktsToClientRegister (void)
 
void DetectFlowPktsToServerRegister (void)
 
void DetectFlowBytesToClientRegister (void)
 
void DetectFlowBytesToServerRegister (void)
 

Function Documentation

◆ DetectFlowBytesToClientRegister()

void DetectFlowBytesToClientRegister ( void  )

Definition at line 205 of file detect-flow-pkts.c.

References SigTableElmt_::desc, DETECT_FLOW_BYTES_TO_CLIENT, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectFlowBytesToServerRegister()

void DetectFlowBytesToServerRegister ( void  )

Definition at line 249 of file detect-flow-pkts.c.

References SigTableElmt_::desc, DETECT_FLOW_BYTES_TO_SERVER, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectFlowPktsToClientRegister()

void DetectFlowPktsToClientRegister ( void  )

Definition at line 86 of file detect-flow-pkts.c.

References SigTableElmt_::desc, DETECT_FLOW_PKTS_TO_CLIENT, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectFlowPktsToServerRegister()

void DetectFlowPktsToServerRegister ( void  )

Definition at line 159 of file detect-flow-pkts.c.

References SigTableElmt_::desc, DETECT_FLOW_PKTS_TO_SERVER, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: