CESNET / ipfixcol

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

Portability fix: data types and data type conversions #161

Closed jwrona closed 8 years ago

jwrona commented 8 years ago

-fixes based on GCC warnings on 32bit ARMv7 -long int was too small for integer constant on 32bit architecture -exact-width integer types have to be coverted using macros defined in inttypes.h (PRIu64, PRIx32, ...)