aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_graph_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-13/+13
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-04-13sort #includes by directoriesUlf Lamping1-11/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-8/+8
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-6/+6
2008-04-07Cleanup whitespaces.Michael Tüxen1-46/+43
2008-04-07remove GTK1 codeUlf Lamping1-103/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-1/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+1
2008-01-10Use glib equivalent of ntohsBill Meier1-3/+3
2007-05-24Use the same workaround for the absence of rint() in MSVC++ that's usedGuy Harris1-9/+19
2007-05-23Put in some more, hopfully correct casts.Anders Broman1-2/+2
2007-05-23Put back some more missing casts.Guy Harris1-2/+2
2007-05-22Put back some casts, and don't use rint() on Windows, in the hopes ofGuy Harris1-2/+11
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen1-98/+47
2007-04-23Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21...Bill Meier1-10/+10
2007-04-22"struct sack_chunk_header" is presumably just a SACK chunk headerGuy Harris1-7/+7
2007-04-22Don't play type-punning games - they cause compiler warnings (not thatGuy Harris1-2/+2
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen1-24/+138
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-1/+1
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-20/+20
2007-02-09A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen1-11/+11
2006-11-07From Albert Chin:Jaap Keuter1-2/+2
2006-05-31Fixes the handling of long term captures from a simulation tool.Michael Tüxen1-50/+127
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-09From Irene: Fix wrong display of SACKs.Michael Tüxen1-12/+25
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen1-11/+61
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-20/+18
2006-02-22From Irene Ruengler:Michael Tüxen1-19/+29
2006-01-24Replace round() with floor(), I don't know if it's the right thing to do but ...Anders Broman1-1/+1
2006-01-23From Irene: Add support for showing TSN and time in the graphical analysis.Michael Tüxen1-12/+91
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+0
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-1/+1
2005-07-12From Irene Ruengeler: Handle multiple gap reports correctly and use correct n...Michael Tüxen1-10/+8
2005-07-08Fix a crash reported by Jeff Morris.Michael Tüxen1-1/+2
2005-06-26sctp_graph_dlg.c(383) : warning C4244: '=' : conversion from 'unsigned int ' ...Ulf Lamping1-1/+1
2005-05-11avoid a div-by-0 Ronnie Sahlberg1-1/+6
2005-05-01Editorial cleanupsMichael Tüxen1-3/+4
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-250/+243
2005-03-10Warning fix: ISO C forbids zero-size array ‘tsnsJörg Mayer1-1/+1
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen1-19/+22
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-3/+3
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.Guy Harris1-1/+1
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen1-0/+1108