aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-tcp-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Add a tap "finish" callback, called when a listener is removed.Guy Harris2018-07-211-2/+2
* Fix comment end after SPDX identifierStig Bjørlykke2018-05-011-1/+2
* tap-tcp-stream: fix indentation.Dario Lombardo2018-03-171-17/+22
* tap-tcp-stream: replace some g_malloc with g_new.Dario Lombardo2018-03-171-3/+3
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-1/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* ui: use SPDX identifiers.Dario Lombardo2018-02-021-14/+1
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-1/+3
* Put the structure of a capture_file back in cfile.h.Guy Harris2017-12-041-2/+0
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-0/+2
* Rename routines to clarify what they do.Guy Harris2017-04-121-1/+1
* Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan2017-01-201-10/+21
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-6/+6
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-6/+6
* Add the packet number to the packet_info structure, and use it.Guy Harris2016-01-241-1/+1
* More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris2016-01-231-2/+2
* Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packetPascal Quantin2016-01-201-1/+1
* Use address functions instead of ADDRESS macros in ui.Gerald Combs2015-10-221-14/+14
* Clean up ftype-conversion and dfilter error message string handling.Guy Harris2015-01-181-2/+4
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-2/+0
* Add support for dissecting non-packet records.Guy Harris2014-05-251-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-3/+3
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-1/+1
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-1/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-1/+1
* Refactor WiretapMichael Mann2014-05-091-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-1/+1
* Make launching TCP graphs from conversations window work again, by supplying ...Martin Mathieson2013-12-051-0/+3
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+2
* Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs2013-09-121-5/+16
* Add the TCP window scaling graph. Add zoom selections.Gerald Combs2013-09-091-2/+9
* Add the TCP RTT graph.Gerald Combs2013-09-081-0/+57
* Throughput graph usability updates.Gerald Combs2013-09-061-1/+1
* Throughput graph updates.Gerald Combs2013-09-041-0/+38
* Add TCP sequence number (Stevens-style) graphs.Gerald Combs2013-08-271-0/+320