Represents the end record of a flowtuple class. More...
Data Fields | |
uint32_t | magic |
The flowtuple magic number 'SIXT'. More... | |
uint16_t | class_type |
The type of class (of type corsaro_flowtuple_class_type_t) More... | |
Represents the end record of a flowtuple class.
All values will be in HOST byte order
Definition at line 148 of file corsaro_flowtuple.h.
uint16_t corsaro_flowtuple_class_end::class_type |
The type of class (of type corsaro_flowtuple_class_type_t)
Definition at line 153 of file corsaro_flowtuple.h.
uint32_t corsaro_flowtuple_class_end::magic |
The flowtuple magic number 'SIXT'.
Definition at line 151 of file corsaro_flowtuple.h.