|
suricata
|
#include "suricata-common.h"#include "detect-smtp.h"#include "detect-engine.h"#include "detect-engine-buffer.h"#include "detect-engine-content-inspection.h"#include "detect-engine-helper.h"#include "detect-engine-mpm.h"#include "detect-engine-prefilter.h"#include "detect-parse.h"#include "app-layer-smtp.h"#include "rust.h"
Go to the source code of this file.
Functions | |
| void | SCDetectSMTPRegister (void) |
Definition in file detect-smtp.c.
| void SCDetectSMTPRegister | ( | void | ) |
Definition at line 129 of file detect-smtp.c.
References ALPROTO_SMTP, SCSigTableAppLiteElmt::desc, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), SCSigTableAppLiteElmt::flags, SCSigTableAppLiteElmt::name, PrefilterGenericMpmRegister(), SCDetectHelperBufferMpmRegister(), SCDetectHelperKeywordRegister(), SCDetectHelperMultiBufferMpmRegister(), SCSigTableAppLiteElmt::Setup, SIG_FLAG_TOSERVER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, and SCSigTableAppLiteElmt::url.
Referenced by SigTableSetup().

