suricata
|
#include "suricata-common.h"
#include "conf.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-content-inspection.h"
#include "detect-ike-exch-type.h"
#include "app-layer-parser.h"
#include "util-byte.h"
#include "detect-engine-uint.h"
#include "rust-bindings.h"
Go to the source code of this file.
Functions | |
void | DetectIkeExchTypeRegister (void) |
Registration function for ike.exchtype keyword. | |
void DetectIkeExchTypeRegister | ( | void | ) |
Registration function for ike.exchtype keyword.
Definition at line 50 of file detect-ike-exch-type.c.
References ALPROTO_IKE, SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_IKE_EXCH_TYPE, DetectAppLayerInspectEngineRegister(), DetectBufferTypeGetByName(), DetectEngineInspectGenericList(), SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().