|
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. More... | |
| void DetectIkeExchTypeRegister | ( | void | ) |
Registration function for ike.exchtype keyword.
Definition at line 50 of file detect-ike-exch-type.c.
References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_IKE_EXCH_TYPE, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
