suricata
|
Go to the source code of this file.
Functions | |
void | DecodeGeneveRegisterTests (void) |
void | DecodeGeneveConfig (void) |
bool | DecodeGeneveEnabledForPort (const uint16_t sp, const uint16_t dp) |
Geneve decoder.
Definition in file decode-geneve.h.
void DecodeGeneveConfig | ( | void | ) |
Definition at line 128 of file decode-geneve.c.
References GENEVE_DEFAULT_PORT_S, SCConfGetBool(), SCConfGetNode(), and SCConfNode_::val.
Referenced by DecodeGlobalConfig().
bool DecodeGeneveEnabledForPort | ( | const uint16_t | sp, |
const uint16_t | dp | ||
) |
Definition at line 91 of file decode-geneve.c.
References GENEVE_UNSET_PORT, and SCLogDebug.
Referenced by DecodeUDP().
void DecodeGeneveRegisterTests | ( | void | ) |
Definition at line 490 of file decode-geneve.c.
References UtRegisterTest().