ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 23058: /trunk/epan/ /trunk/epan/dissectors/: packet-tcp.

Date: Wed, 03 Oct 2007 14:02:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23058

User: sake
Date: 2007/10/03 02:02 PM

Log:
 This patch adds two new column types:
 - COL_REL_CONV_TIME which is used to display the time relative to the first frame that was seen in the conversation
 - COL_DELTA_CONV_TIME which is used to display the delta time from the previous frame of the conversation
 
 It also adds the function "col_set_time()" to "epan/column-utils.[ch]" which can be called from within a dissector to set either of these two columns to the appropiate time.
 
 Last but not least, it lets the tcp-dissector make use of these two columns.

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

Directory: /trunk/epan/
  Changes    Path                Action
  +54 -0     column-utils.c      Modified
  +14 -0     column-utils.h      Modified
  +8 -0      column.c            Modified
  +2 -0      column_info.h       Modified
  +1 -0      libwireshark.def    Modified