suricata
|
#include "suricata-common.h"
#include "detect-engine.h"
#include "detect-engine-build.h"
#include "detect-engine-prefilter.h"
#include "detect-engine-prefilter-common.h"
#include "detect-parse.h"
#include "detect-app-layer-protocol.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "util-debug.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
Go to the source code of this file.
Data Structures | |
struct | DetectAppLayerProtocolData_ |
Typedefs | |
typedef struct DetectAppLayerProtocolData_ | DetectAppLayerProtocolData |
Functions | |
void | DetectAppLayerProtocolRegister (void) |
Definition in file detect-app-layer-protocol.c.
typedef struct DetectAppLayerProtocolData_ DetectAppLayerProtocolData |
void DetectAppLayerProtocolRegister | ( | void | ) |
Definition at line 267 of file detect-app-layer-protocol.c.
References SigTableElmt_::desc, DETECT_AL_APP_LAYER_PROTOCOL, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().