summaryrefslogtreecommitdiff
path: root/ui/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-01-23tcp_graph (Gtk) Fix Dereference of null pointerAlexis La Goutte1-2/+2
2017-01-20Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan1-16/+39
2016-10-27Fix compile errors in GTK buildMichael Mann1-1/+1
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo1-2/+4
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-3/+3
2016-07-06Qt: add initializers (CID 1162824).Dario Lombardo1-0/+2
2016-02-07GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]João Valverde1-32/+36
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-2/+2
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-27ui/gtk: fix weird check for axis orientationPeter Wu1-7/+4
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-2/+7
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-05Make launching TCP graphs from conversations window work again, by supplying ...Martin Mathieson1-1/+4
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-26From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=93...Pascal Quantin1-3/+4
2013-09-08Add the TCP RTT graph.Gerald Combs1-70/+0
2013-09-04Throughput graph updates.Gerald Combs1-60/+20
2013-08-30Add an item tracer to the TCP stream graph. Enable packet selection.Gerald Combs1-3/+4
2013-08-27Try to fix error: enum conversion in assignment is invalid in C++ [-Werror=c+...Pascal Quantin1-3/+3
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-574/+268
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-4/+6
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+3
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+1
2013-06-05As of r49659, StatisticsMenu is now just Statistics.Chris Maynard1-5/+5
2013-03-28Follow up on bug 8416.Jaap Keuter1-25/+25
2013-03-21From beroset:Bill Meier1-2/+2
2013-03-06Use explicit casts.Anders Broman1-17/+17
2013-03-06Get rid of xor_gc altogether, I think it's a remnant from the "old" cross-hai...Anders Broman1-27/+0
2013-01-16Remove redundant call to gtk_box_set_child_packing().Bill Meier1-1/+0
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-31/+31
2013-01-14Cleanup: Whitespace, formatting-style, long-lines & etc.Bill Meier1-4166/+4180
2013-01-14Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-67/+68
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-24The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it. ThatGuy Harris1-5/+5
2012-12-16Don't cast away constness of passed-in tap structs.Martin Mathieson1-4/+4
2012-12-12From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-5/+9
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-8/+8
2012-11-26From Jim Young:Anders Broman1-1/+1
2012-11-25 Fix a [-Wshadow] warning;Bill Meier1-26/+26
2012-11-25Set line width 1 for the cairo context used to draw all lines (bugMartin Mathieson1-0/+3
2012-11-25Needed to match up correct element lists for data + control for tcptraceMartin Mathieson1-21/+13