[Bug 1836] New: "undesired" behavior when using the -r flag
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue Nov 9 04:14:08 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1836
Summary: "undesired" behavior when using the -r flag
Product: softflowd
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: softflowd
AssignedTo: djm at mindrot.org
ReportedBy: daan at intouch.eu
When using the -r flag exported flows will always be in the future.
Because the system uptime is set on line 118
(http://code.google.com/p/softflowd/source/browse/softflowd.c#1877) to
the current time, all exported packtes will be 49 days in the future
(2^32 milliseconds).
Solution: if flow records are created from a pcap file the system
uptime should be before the first timestap, but not more then 49 days
(2^32 - 1 milliseconds) in the past.
I will try to code this tomorrow and provide patch/new file.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list