flowmon-export-ipfix
1.2.1
FlowMon IPFIX Export Plugin
|
Structure of ipfix packet used by send functions. More...
#include <flowmon-export-ipfix.h>
Data Fields | |
char * | data |
uint16_t | length |
uint16_t | flows |
Structure of ipfix packet used by send functions.
Definition at line 129 of file flowmon-export-ipfix.h.
char* data |
Buffer for data
Definition at line 130 of file flowmon-export-ipfix.h.
uint16_t length |
Length of data
Definition at line 131 of file flowmon-export-ipfix.h.
uint16_t flows |
Number of flow records in the packet
Definition at line 132 of file flowmon-export-ipfix.h.