flowmon-export-ipfix
1.2.1
FlowMon IPFIX Export Plugin
|
Common IPFIX Set (header) structure. More...
#include <flowmon-export-ipfix.h>
Data Fields | |
uint16_t | id |
uint16_t | length |
Common IPFIX Set (header) structure.
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Set ID | Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Definition at line 209 of file flowmon-export-ipfix.h.
uint16_t id |
Set ID value identifies the Set. A value of 2 is reserved for the Template Set. A value of 3 is reserved for the Option Template Set. All other values from 4 to 255 are reserved for future use. Values above 255 are used for Data Sets. The Set ID values of 0 and 1 are not used for historical reasons [RFC3954].
Definition at line 217 of file flowmon-export-ipfix.h.
uint16_t length |
Total length of the Set, in octets, including the Set Header, all records, and the optional padding. Because an individual Set MAY contain multiple records, the Length value MUST be used to determine the position of the next Set.
Definition at line 225 of file flowmon-export-ipfix.h.