merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / sctp_assoc_analyse.c
2011-08-19 etxrabAdd a few more menu items.
2011-08-04 jmayerReplace almost all uses of GtkObject (which no longer...
2011-07-11 geraldRemove a lot of instances of GTK_CHECK_VERSION. Clean...
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-04 wmeierFix 3 memory leaks: unused g_malloc(): Coverity 1148...
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-05-26 etxrabFrom Jakub Zawadzki:
2009-09-29 stigRemove alloc of unused variables in sctp_analyse_cb().
2009-09-01 tuexenOut with debug output...
2009-09-01 tuexenFrom Irene Ruengeler: Get rid of legacy gtk code...
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-07-08 etxrabFrom Kovarththanan Rajaratnam:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-04-10 wmeierRemove unnecessary use of (deprecated) gtk_button_box_s...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2008-10-31 stigFix some "format not a string literal and no format...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-03-01 tuexenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2007-05-22 tuexenFrom Irene Ruengeler: Fix TSN handling in graphs.
2007-02-09 tuexenA fix from Irene Ruengeler to keep assocs selected...
2007-01-29 etxrabFix a typo (double ;;).
2007-01-29 tuexenImprove the handling of INIT/ABORT mesage pairs.
2007-01-26 tuexenFix handling when both endpoints use the same port...
2006-11-07 jmayerWarning fixes (void) instead of (), no newline at end...
2006-06-26 tuexenFrom Irene Ruengeler: Add context menu for SCTP analysis.
2006-05-21 sahlbergname change
2006-04-04 tuexenFrom Irene: Make buttons unselecable when nothing would...
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-08-21 guyAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-05 ulflreplace malloc and alike calls by their GLib pendants...
2005-07-28 jmayerWarning fixes
2005-07-12 tuexenFrom Irene Ruengeler: Handle multiple gap reports corre...
2005-05-01 tuexenEditorial stuff.
2005-04-16 ulfladd 12 new toolbar/menu icons
2005-04-07 sahlbergFrom Didier:
2005-03-22 tuexenFrom Irene Ruengeler: Bugfixes and support of chunk...
2005-03-10 jmayerWarning fix: function declaration isn’t a prototype
2005-02-05 guyretap_packets() was renamed cf_retap_packets().
2005-02-04 tuexenUpdate to versions compiling on and working on Windows...
2004-12-10 guyGet rid of C++/C99-style comments - not all C compilers...
2004-09-07 guySet svn:eol-style to native to keep line endings canoni...
2004-09-07 tuexenAdded graphical SCTP analysis implemented by Irene...