CESNET / ipfixcol

IPFIXcol is an implementation of an IPFIX (RFC 7011) collector
Other
64 stars 37 forks source link

FastBit storage: data types for enterprise and field IDs are now declared more precisely #119

Closed ghost closed 8 years ago

ghost commented 8 years ago

Although caused by another bug (fixed in CESNET/devel already), we have seen data with enterprise ID '-1'. To avoid such issues, enterprise and field IDs are now properly declared using uint_t data structures instead of regular integers.