Skip to Content
[CAIDA - Cooperative Association for Internet Data Analysis logo]
The Cooperative Association for Internet Data Analysis
corsaro_flowtuple_class_start Struct Reference

Represents the start record of a flowtuple class. More...

Data Fields

uint32_t magic
 The flowtuple magic number 'SIXT' (or 'SIXU' if not using /8 opts)
uint16_t class_type
 The type of class (of type corsaro_flowtuple_class_type_t)
uint32_t count
 The number of flowtuples in the class.

Detailed Description

Represents the start record of a flowtuple class.

All values will be in HOST byte order

Definition at line 132 of file corsaro_flowtuple.h.


Field Documentation

uint16_t corsaro_flowtuple_class_start::class_type

The type of class (of type corsaro_flowtuple_class_type_t)

Definition at line 137 of file corsaro_flowtuple.h.

Referenced by ascii_dump().

uint32_t corsaro_flowtuple_class_start::count

The number of flowtuples in the class.

Definition at line 139 of file corsaro_flowtuple.h.

Referenced by ascii_dump().

uint32_t corsaro_flowtuple_class_start::magic

The flowtuple magic number 'SIXT' (or 'SIXU' if not using /8 opts)

Definition at line 135 of file corsaro_flowtuple.h.

Referenced by ascii_dump().


The documentation for this struct was generated from the following file: