aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_graph_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-2/+2
* Cleanup whitespaces.Michael Tüxen2009-09-041-10/+10
* Fix handling of multiple duplicate TSNs.Michael Tüxen2009-09-041-4/+2
* Fix compilation.Michael Tüxen2009-09-041-4/+4
* From Irene Ruengeler: Show duplicate TSNs in SACKs.Michael Tüxen2009-09-041-8/+43
* From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported byMichael Tüxen2009-08-211-5/+5
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-221-4/+2
* Trivial warning fixes:Jörg Mayer2009-06-151-1/+1
* * Fix name of Irene in AUTHORS.Michael Tüxen2009-06-051-7/+234
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-13/+13
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-081-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-3/+3
* sort #includes by directoriesUlf Lamping2008-04-131-11/+13
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-8/+8
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-111-1/+1
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-1/+1
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-6/+6
* Cleanup whitespaces.Michael Tüxen2008-04-071-46/+43
* remove GTK1 codeUlf Lamping2008-04-071-103/+0
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-1/+1
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-1/+1
* Use glib equivalent of ntohsBill Meier2008-01-101-3/+3
* Use the same workaround for the absence of rint() in MSVC++ that's usedGuy Harris2007-05-241-9/+19
* Put in some more, hopfully correct casts.Anders Broman2007-05-231-2/+2
* Put back some more missing casts.Guy Harris2007-05-231-2/+2
* Put back some casts, and don't use rint() on Windows, in the hopes ofGuy Harris2007-05-221-2/+11
* From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen2007-05-221-98/+47
* Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21...Bill Meier2007-04-231-10/+10
* "struct sack_chunk_header" is presumably just a SACK chunk headerGuy Harris2007-04-221-7/+7
* Don't play type-punning games - they cause compiler warnings (not thatGuy Harris2007-04-221-2/+2
* From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen2007-04-221-24/+138
* Fix warnings on Linux/gcc 4.1.1Stephen Fisher2007-04-031-1/+1
* fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping2007-03-211-20/+20
* A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen2007-02-091-11/+11
* From Albert Chin:Jaap Keuter2006-11-071-2/+2
* Fixes the handling of long term captures from a simulation tool.Michael Tüxen2006-05-311-50/+127
* name changeRonnie Sahlberg2006-05-211-2/+2
* From Irene: Fix wrong display of SACKs.Michael Tüxen2006-05-091-12/+25
* From Irene: Fix problems with off screen drawingsMichael Tüxen2006-03-301-11/+61
* Remove MIN and MAX defines, which GLib provides.Gerald Combs2006-03-091-20/+18
* From Irene Ruengler:Michael Tüxen2006-02-221-19/+29
* Replace round() with floor(), I don't know if it's the right thing to do but ...Anders Broman2006-01-241-1/+1
* From Irene: Add support for showing TSN and time in the graphical analysis.Michael Tüxen2006-01-231-12/+91
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-1/+0
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-1/+1
* From Irene Ruengeler: Handle multiple gap reports correctly and use correct n...Michael Tüxen2005-07-121-10/+8
* Fix a crash reported by Jeff Morris.Michael Tüxen2005-07-081-1/+2