aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_assoc_analyse.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Replace almost all uses of GtkObject (which no longer existsjmayer1-1/+1
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in agerald1-14/+0
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-33/+28
2011-05-04Fix 3 memory leaks: unused g_malloc(): Coverity 1148-1150 [UNUSED];wmeier1-4/+0
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-26/+25
2010-08-13Instead of using a Boolean for the search direction, use an enum, soguy1-7/+2
2010-05-26From Jakub Zawadzki:etxrab1-2/+1
2009-09-29Remove alloc of unused variables in sctp_analyse_cb().stig1-8/+2
2009-09-01Out with debug output...tuexen1-1/+0
2009-09-01From Irene Ruengeler: Get rid of legacy gtk code...tuexen1-18/+73
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-12/+12
2009-07-08From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-2/+2
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();wmeier1-3/+0
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-26/+26
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-3/+3
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-5/+5
2008-04-13sort #includes by directoriesulfl1-11/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-13/+13
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-2/+2
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-3/+3
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-1/+1
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-1/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-1/+1
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.tuexen1-86/+65
2007-02-09A fix from Irene Ruengeler to keep assocs selected whentuexen1-1/+1
2007-01-29Fix a typo (double ;;).etxrab1-1/+1
2007-01-29Improve the handling of INIT/ABORT mesage pairs.tuexen1-78/+29
2007-01-26Fix handling when both endpoints use the same port number.tuexen1-10/+10
2006-11-07Warning fixes (void) instead of (), no newline at end of file.jmayer1-1/+1
2006-06-26From Irene Ruengeler: Add context menu for SCTP analysis.tuexen1-6/+157
2006-05-21name changesahlberg1-2/+2
2006-04-04From Irene: Make buttons unselecable when nothing would happen.tuexen1-4/+10
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-1/+2
2005-08-20- Declare some functions staticjmayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-2/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_malloculfl1-2/+2
2005-07-28Warning fixesjmayer1-1/+1
2005-07-12From Irene Ruengeler: Handle multiple gap reports correctly and use correct n...tuexen1-1/+1
2005-05-01Editorial stuff.tuexen1-87/+85
2005-04-16add 12 new toolbar/menu iconsulfl1-1/+1
2005-04-07From Didier:sahlberg1-1/+1
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.tuexen1-124/+188
2005-03-10Warning fix: function declaration isn’t a prototypejmayer1-1/+1