aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_assoc_analyse.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();Bill Meier1-3/+0
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-26/+26
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-5/+5
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-13/+13
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-2/+2
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-3/+3
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-1/+1
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
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen1-86/+65
2007-02-09A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen1-1/+1
2007-01-29Fix a typo (double ;;).Anders Broman1-1/+1
2007-01-29Improve the handling of INIT/ABORT mesage pairs.Michael Tüxen1-78/+29
2007-01-26Fix handling when both endpoints use the same port number.Michael Tüxen1-10/+10
2006-11-07Warning fixes (void) instead of (), no newline at end of file.Jörg Mayer1-1/+1
2006-06-26From Irene Ruengeler: Add context menu for SCTP analysis.Michael Tüxen1-6/+157
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-04From Irene: Make buttons unselecable when nothing would happen.Michael Tüxen1-4/+10
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
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-2/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-2/+2
2005-07-28Warning fixesJörg Mayer1-1/+1
2005-07-12From Irene Ruengeler: Handle multiple gap reports correctly and use correct n...Michael Tüxen1-1/+1
2005-05-01Editorial stuff.Michael Tüxen1-87/+85
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-1/+1
2005-04-07From Didier:Ronnie Sahlberg1-1/+1
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-124/+188
2005-03-10Warning fix: function declaration isn’t a prototypeJörg Mayer1-1/+1
2005-02-05retap_packets() was renamed cf_retap_packets().Guy Harris1-1/+1
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen1-46/+59
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-1/+1
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/+805