suricata
detect-app-layer-event.c File Reference
#include "suricata-common.h"
#include "threads.h"
#include "decode.h"
#include "app-layer.h"
#include "app-layer-protos.h"
#include "app-layer-parser.h"
#include "app-layer-smtp.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-state.h"
#include "detect-engine-build.h"
#include "detect-app-layer-event.h"
#include "flow.h"
#include "flow-var.h"
#include "flow-util.h"
#include "decode-events.h"
#include "util-byte.h"
#include "util-debug.h"
#include "util-enum.h"
#include "util-profiling.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "stream-tcp-util.h"
Include dependency graph for detect-app-layer-event.c:

Go to the source code of this file.

Data Structures

struct  DetectAppLayerEventData_
 

Macros

#define MAX_ALPROTO_NAME   50
 

Typedefs

typedef struct DetectAppLayerEventData_ DetectAppLayerEventData
 

Functions

void DetectAppLayerEventRegister (void)
 Registers the keyword handlers for the "app-layer-event" keyword. More...
 

Detailed Description

Macro Definition Documentation

◆ MAX_ALPROTO_NAME

#define MAX_ALPROTO_NAME   50

Definition at line 53 of file detect-app-layer-event.c.

Typedef Documentation

◆ DetectAppLayerEventData

Function Documentation

◆ DetectAppLayerEventRegister()

void DetectAppLayerEventRegister ( void  )

Registers the keyword handlers for the "app-layer-event" keyword.

Definition at line 71 of file detect-app-layer-event.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: