netsampler / goflow2

High performance sFlow/IPFIX/NetFlow Collector
BSD 3-Clause "New" or "Revised" License
463 stars 110 forks source link

fix: NetFlow v9 bad timestamp calculation #325

Closed lspgn closed 4 months ago

lspgn commented 4 months ago

The uptime is in milliseconds and not seconds. NetFlow v9 producer had a bug and the timestamps were wrong.

Closes #313 and #305