aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_chunk_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-812/+0
2011-08-04Replace almost all uses of GtkObject (which no longer existsJörg Mayer1-2/+2
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in aGerald Combs1-17/+10
2010-10-12Define some vars & fcns as static;Bill Meier1-386/+387
2010-06-23From Robin Seggelmann: Improve SCTP chunk statistics.Michael Tüxen1-56/+124
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-06-05* Fix name of Irene in AUTHORS.Michael Tüxen1-74/+152
2009-05-08Warningfix:Jörg Mayer1-1/+1
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-12/+12
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();Bill Meier1-2/+0
2009-03-23Get rid of another Clist.Anders Broman1-89/+267
2008-10-31Fix bug #3021: Fix potential memory leakStephen Fisher1-0/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-04-13sort #includes by directoriesUlf Lamping1-8/+8
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-4/+4
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-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+0
2005-08-20- Declare some functions staticJörg Mayer1-3/+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-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-2/+2
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-5/+5
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-05-01Editorial stuff.Michael Tüxen1-12/+12
2005-03-22ERROR seems to be a reserved word change it to SCTP_ERROR to be able to build.Anders Broman1-2/+2
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-0/+498