CESNET / ipfixcol

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

Last flow seemingly having all bits in all fields set to 1 #105

Closed DRiKE closed 8 years ago

DRiKE commented 9 years ago

There seems to be a problem with the 'last' flow in a result set, e.g.:

fbitdump -R path/to/fbit_flows -A%scrip6,%dstip6 -m%flDESC -c10

sometimes yields:

        Date flow start  Duration                                Dst IPv6:Packets    Bytes Flows
584556019-04-03 15:.615         0 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff:214.7 T  214.7 T 50000
(...)

This also happens when not sorting DESC and not limiting the number of results.

thorgrin commented 9 years ago

Unfortunately, I cannot reproduce the issue. Could you provide a sample data set? Thanks

thorgrin commented 8 years ago

The issue was caused by fastbit output plugin which incorrectly stored the data. It should be fixed now in the devel branch.