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: [email protected]
        ReportedBy: [email protected]


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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to