flowmon-export-ipfix
1.2.1
FlowMon IPFIX Export Plugin
|
Structure to hold one entry of template-file. More...
#include <flowmon-export-ipfix.h>
Data Fields | |
char * | getterName |
uint16_t | enterpriseNumber |
uint16_t | elementID |
int32_t | length |
Structure to hold one entry of template-file.
GETTER_NAME ENTERPRISE_NUMBER ELEMENT_ID LENGTH
Definition at line 64 of file flowmon-export-ipfix.h.
char* getterName |
FlowMon getter name
Definition at line 65 of file flowmon-export-ipfix.h.
uint16_t enterpriseNumber |
Enterprise Number
Definition at line 66 of file flowmon-export-ipfix.h.
uint16_t elementID |
Information Element ID
Definition at line 67 of file flowmon-export-ipfix.h.
int32_t length |
Element export length. -1 for variable
Definition at line 68 of file flowmon-export-ipfix.h.