CESNET / ipfixcol

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

Improved IPFIXcol input parameter handling #37

Closed ghost closed 9 years ago

ghost commented 9 years ago

Due to missing error handling functionality for atoi, I've implemented an improved version that is based on strtol with proper error handling. This avoids many potential errors when trying to start IPFIXcol with invalid parameters.