|
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_ |
Macros | |
| #define | MAX_ALPROTO_NAME 50 |
Typedefs | |
| typedef struct DetectAppLayerProtocolData_ | DetectAppLayerProtocolData |
Enumerations | |
| enum | { DETECT_ALPROTO_DIRECTION = 0 , DETECT_ALPROTO_FINAL = 1 , DETECT_ALPROTO_EITHER = 2 , DETECT_ALPROTO_TOSERVER = 3 , DETECT_ALPROTO_TOCLIENT = 4 , DETECT_ALPROTO_ORIG = 5 } |
Functions | |
| void | DetectAppLayerProtocolRegister (void) |
Definition in file detect-app-layer-protocol.c.
| #define MAX_ALPROTO_NAME 50 |
Definition at line 153 of file detect-app-layer-protocol.c.
| typedef struct DetectAppLayerProtocolData_ DetectAppLayerProtocolData |
| anonymous enum |
| Enumerator | |
|---|---|
| DETECT_ALPROTO_DIRECTION | |
| DETECT_ALPROTO_FINAL | |
| DETECT_ALPROTO_EITHER | |
| DETECT_ALPROTO_TOSERVER | |
| DETECT_ALPROTO_TOCLIENT | |
| DETECT_ALPROTO_ORIG | |
Definition at line 41 of file detect-app-layer-protocol.c.
| void DetectAppLayerProtocolRegister | ( | void | ) |
Definition at line 397 of file detect-app-layer-protocol.c.
References SigTableElmt_::desc, DETECT_APP_LAYER_PROTOCOL, SigTableElmt_::flags, SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SigTableElmt_::SetupPrefilter, SIGMATCH_HANDLE_NEGATION, SIGMATCH_QUOTES_OPTIONAL, SIGMATCH_SUPPORT_FIREWALL, sigmatch_table, SigTableElmt_::SupportsPrefilter, and SigTableElmt_::url.
Referenced by SigTableSetup().
