Wireshark-commits: [Wireshark-commits] rev 26663: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 31 Oct 2008 23:00:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26663

User: jake
Date: 2008/10/31 04:00 PM

Log:
 From Alexander Dupuy:
 When dissecting an IPFIX PDU containing start and end times for both directions
 of a biflow, no distinction is made between forward and reverse directions. 
 This can lead to bizarre (or worse, subtly incorrect) output for the flow
 durations computed from start and end times.
 This patch fixes the specific problem of duration display in wireshark for
 IPFIX biflow PDUs.  It does not address the general issue of tracking different
 types of start/end timestamps separately - it is unlikely that the general case
 will occur in practice, although it is certainly possible.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +86 -73    packet-netflow.c    Modified