suricata
|
#include <decode-gre.h>
Data Fields | |
uint8_t | flags |
uint8_t | version |
uint16_t | ether_type |
Definition at line 34 of file decode-gre.h.
uint16_t GREHdr_::ether_type |
ether type of the encapsulated traffic
Definition at line 38 of file decode-gre.h.
uint8_t GREHdr_::flags |
GRE packet flags
Definition at line 36 of file decode-gre.h.
uint8_t GREHdr_::version |
GRE version
Definition at line 37 of file decode-gre.h.