Wireshark-commits: [Wireshark-commits] rev 22609: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 23 Aug 2007 21:38:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22609

User: morriss
Date: 2007/08/23 09:38 PM

Log:
 When detecting fast retransmissions or out of order packets, use a 64-bit variable to store the time delta (instead of a 32-bit one).  We're counting nanoseconds here, so this allows us to accurately detect differences greater than 4.294 seconds.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +3 -3      packet-tcp.c    Modified