CESNET / ipfixcol

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

fbitdump: expansion of time specifications broken #175

Closed ghost closed 7 years ago

ghost commented 7 years ago

According to fbitdump's man page,

any parts of the time spec may be omitted e.g YYYY/MM/dd expands to YYYY/MM/dd.00:00:00-infinity and processes all flow from a given day onwards

However, when specifying an abbreviated timestamp like 2016/07/12.05:35, fbitdump reports the following error:

Warning -- ibis::whereParser encountered syntax error, unexpected floating-point number, expecting name string or string literal at location...

thorgrin commented 7 years ago

The documentation seems to be simply wrong, the code currently does not support this at all. Unless you need this feature, I'll update the man page and remove the erroneous information.

ghost commented 7 years ago

We don't really need this functionality right now, so removing it from the documentation seems to be enough.