aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-tcp-stream.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-3/+2
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-15/+3
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-3/+15
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-17tap-tcp-stream: fix indentation.Dario Lombardo1-17/+22
2018-03-17tap-tcp-stream: replace some g_malloc with g_new.Dario Lombardo1-3/+3
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+3
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-01-20Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan1-10/+21
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-6/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-6/+6
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-2/+2
2016-01-20Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packetPascal Quantin1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-14/+14
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-05Make launching TCP graphs from conversations window work again, by supplying ...Martin Mathieson1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs1-5/+16
2013-09-09Add the TCP window scaling graph. Add zoom selections.Gerald Combs1-2/+9
2013-09-08Add the TCP RTT graph.Gerald Combs1-0/+57
2013-09-06Throughput graph usability updates.Gerald Combs1-1/+1
2013-09-04Throughput graph updates.Gerald Combs1-0/+38
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-0/+320