|
suricata
|

Go to the source code of this file.
Functions | |
| void | DecodeVXLANRegisterTests (void) |
| void | DecodeVXLANConfig (void) |
| bool | DecodeVXLANEnabledForPort (const uint16_t sp, const uint16_t dp) |
VXLAN decoder.
Definition in file decode-vxlan.h.
| void DecodeVXLANConfig | ( | void | ) |
Definition at line 98 of file decode-vxlan.c.
References SCConfGetBool(), SCConfGetNode(), SCConfNode_::val, and VXLAN_DEFAULT_PORT_S.
Referenced by DecodeGlobalConfig().


| bool DecodeVXLANEnabledForPort | ( | const uint16_t | sp, |
| const uint16_t | dp | ||
| ) |
Definition at line 62 of file decode-vxlan.c.
References SCLogDebug, and VXLAN_UNSET_PORT.
Referenced by DecodeUDP().

| void DecodeVXLANRegisterTests | ( | void | ) |
Definition at line 270 of file decode-vxlan.c.
References UtRegisterTest().
