suricata
|
Go to the source code of this file.
Macros | |
#define | FEATURE_OUTPUT_FILESTORE "output::file-store" |
#define | FEATURE_JA3 "ja3" |
#define | FEATURE_JA4 "ja4" |
Functions | |
void | ProvidesFeature (const char *) |
bool | RequiresFeature (const char *) |
void | FeatureDump (void) |
void | FeatureTrackingRelease (void) |
void | FeatureTrackingRegister (void) |
Definition in file feature.h.
void FeatureDump | ( | void | ) |
Definition at line 144 of file feature.c.
References HashListTableGetListHead().
void FeatureTrackingRegister | ( | void | ) |
Definition at line 152 of file feature.c.
Referenced by PostConfLoadedSetup().
void FeatureTrackingRelease | ( | void | ) |
Definition at line 136 of file feature.c.
Referenced by GlobalsDestroy().
void ProvidesFeature | ( | const char * | ) |
Definition at line 111 of file feature.c.
References SCMutexLock.
bool RequiresFeature | ( | const char * | ) |
Definition at line 126 of file feature.c.
References SCMutexLock.