FP: Fix comments
[metze/wireshark/wip.git] / ui / tap-tcp-stream.c
2018-07-21 Guy HarrisAdd a tap "finish" callback, called when a listener...
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-03-17 Dario Lombardotap-tcp-stream: fix indentation.
2018-03-17 Dario Lombardotap-tcp-stream: replace some g_malloc with g_new.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario Lombardoui: use SPDX identifiers.
2017-12-08 Guy HarrisHave the frame_tvbuff.c routines not use the global...
2017-12-04 Guy HarrisPut the structure of a capture_file back in cfile.h.
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-01-20 Kevin HoganQt: modify RTT graph (handle GSO, SACK, etc), plus...
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisMore pinfo->fd->abs_ts to pinfo->abs_ts.
2016-01-20 Pascal QuantinQt: fix a crash when trying to open TCP stream graph...
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in ui.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2013-12-05 Martin MathiesonMake launching TCP graphs from conversations window...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-09-12 Gerald CombsAdd previous/next stream navigation to the TCP stream...
2013-09-09 Gerald CombsAdd the TCP window scaling graph. Add zoom selections.
2013-09-08 Gerald CombsAdd the TCP RTT graph.
2013-09-06 Gerald CombsThroughput graph usability updates.
2013-09-04 Gerald CombsThroughput graph updates.
2013-08-27 Gerald CombsAdd TCP sequence number (Stevens-style) graphs.