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

Date: Tue, 25 Sep 2007 20:37:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22966

User: sake
Date: 2007/09/25 08:37 PM

Log:
 This patch adds two new fields to the tcp-dissector:
 
 tcp.time_relative ==> the time that has elapsed since the 
    first packet that was seen in the current TCP stream
 
 tcp.time_delta ==> the time that has elapsed since the 
    last packet that was seen in the current TCP stream
 
 Calculating these timestamps is turned off by default to not 
 use the extra memory that is needed for the per-packet-data.
 It can be turned on through the TCP protocol preferences

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +80 -0     packet-tcp.c    Modified
  +21 -1     packet-tcp.h    Modified