suricata
|
Go to the source code of this file.
Data Structures | |
struct | ErspanHdr_ |
Functions | |
struct ErspanHdr_ | __attribute__ ((__packed__)) ErspanHdr |
DNP3 link header. More... | |
void | DecodeERSPANConfig (void) |
Functions to decode ERSPAN Type I and II packets. More... | |
Variables | |
uint16_t | ver_vlan |
uint16_t | flags_spanid |
uint32_t | padding |
Definition in file decode-erspan.h.
void DecodeERSPANConfig | ( | void | ) |
Functions to decode ERSPAN Type I and II packets.
Definition at line 53 of file decode-erspan.c.
References ConfGetBool(), and SCLogWarning.
Referenced by DecodeGlobalConfig().
uint16_t flags_spanid |
Definition at line 1 of file decode-erspan.h.
uint32_t padding |
Definition at line 2 of file decode-erspan.h.
uint16_t ver_vlan |
Definition at line 0 of file decode-erspan.h.