aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-25Show ACK after data list, so grey/blue is visible when zoomed out.Martin Mathieson1-68/+75
2012-11-24From Jim Young:Martin Mathieson1-2/+5
2012-11-18Was not allocating a large enough element array for tput graphs.Martin Mathieson1-4/+5
2012-11-18- Make perform_zoom() quickly return if graph already fully zoomed outMartin Mathieson1-205/+212
2012-11-13Try to cast away windows buildbot errors.Martin Mathieson1-5/+5
2012-11-13Zoom in on a rectangle chosen by clicking and dragging the left mouseMartin Mathieson1-68/+244
2012-11-12Initialise a variable and try to make the OSX-10.6-x64 buildbot happy.Martin Mathieson1-1/+1
2012-11-12Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson1-4/+69
2012-11-11Allow TCP graphs to be launched from the conversation table window.Martin Mathieson1-42/+82
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-3/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-10-10Copy of tap details needed to be a little bit deeper.Martin Mathieson1-1/+5
2012-10-10Take a deep copy of the tap struct in the tap function, as it is notMartin Mathieson1-1/+4
2012-10-06Fix some indentation, add missing braces, and don't bother callingMartin Mathieson1-21/+19
2012-10-03When drawing an axis, only call cairo_stroke once all lines are drawn.Martin Mathieson1-8/+4
2012-10-03Submit Jacub's fix for bug 7771 (hanging while drawing graph types thatMartin Mathieson1-2/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-09RLC: when zooming, use shift and control keys to lock vertical orMartin Mathieson1-0/+6