|
suricata
|
#include "suricata-common.h"#include "util-unittest.h"#include "detect-parse.h"#include "detect-engine.h"#include "detect-engine-buffer.h"#include "detect-engine-mpm.h"#include "detect-engine-state.h"#include "detect-engine-prefilter.h"#include "detect-engine-content-inspection.h"#include "detect-krb5-sname.h"#include "rust.h"#include "util-profiling.h"
Go to the source code of this file.
Functions | |
| void | DetectKrb5SNameRegister (void) |
Definition in file detect-krb5-sname.c.
| void DetectKrb5SNameRegister | ( | void | ) |
Definition at line 53 of file detect-krb5-sname.c.
References SigTableElmt_::alias, ALPROTO_KRB5, SigTableElmt_::desc, DETECT_KRB5_SNAME, DetectAppLayerMultiRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectBufferTypeSupportsMultiInstance(), SigTableElmt_::flags, SigTableElmt_::name, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

