CESNET / ipfixcol

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

UDP input: consider ODID when identifying unique transport sessions #169

Closed ghost closed 8 years ago

ghost commented 8 years ago

When a single UDP transport session is used for transmitting data for multiple observation domains, the input info would be messed up; all sessions will use the same (i.e., first received) ODID.

Important: please consider porting this fix to the other input plugins as well.

ghost commented 8 years ago

Just added test cases for verifying whether the issue has been resolved. Note that the test cases will only succeed if #168 has been pulled.

Based on the outcome of the test cases, I can conclude that the TCP and SCTP input plugins suffer from the same issue as was fixed for the UDP input plugin in 6da516c.