Replace a number if 'if(...){exit(10);}' by _g_asserts;
[metze/wireshark/wip.git] / gtk / sctp_graph_dlg.c
2011-05-15 Bill MeierReplace a number if 'if(...){exit(10);}' by _g_asserts;
2011-04-26 Chris MaynardPlug a memory leak.
2010-11-09 Michael TüxenBugfix from Irene Ruengeler to improve the TSN plot...
2010-10-12 Bill MeierDefine some vars & fcns as static;
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-09-04 Michael TüxenCleanup whitespaces.
2009-09-04 Michael TüxenFix handling of multiple duplicate TSNs.
2009-09-04 Michael TüxenFix compilation.
2009-09-04 Michael TüxenFrom Irene Ruengeler: Show duplicate TSNs in SACKs.
2009-08-21 Michael TüxenFrom Irene Ruengeler: Fix two bugs regarding plotted...
2009-06-22 Anders BromanChange window_new() to dlg_window_new() and destroy...
2009-06-15 Jörg MayerTrivial warning fixes:
2009-06-05 Michael Tüxen* Fix name of Irene in AUTHORS.
2009-03-19 Bill MeierAs suggested by Jakub Zawadzki: actually use sizeof...
2008-07-08 Bill MeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 Bill MeierFix some simple cases of GTK2 deprecated API usage...
2008-04-13 Ulf Lampingsort #includes by directories
2008-04-12 Ulf Lampingwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 Ulf Lampinglast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 Ulf Lampingreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 Ulf Lampingreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 Bill MeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 Michael TüxenCleanup whitespaces.
2008-04-07 Ulf Lampingremove GTK1 code
2008-03-01 Michael TüxenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 Stig BjørlykkeNext attempt to cleanup some string functions, including:
2008-02-01 Stig BjørlykkeRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2008-01-10 Bill MeierUse glib equivalent of ntohs
2007-05-24 Guy HarrisUse the same workaround for the absence of rint() in...
2007-05-23 Anders BromanPut in some more, hopfully correct casts.
2007-05-23 Guy HarrisPut back some more missing casts.
2007-05-22 Guy HarrisPut back some casts, and don't use rint() on Windows...
2007-05-22 Michael TüxenFrom Irene Ruengeler: Fix TSN handling in graphs.
2007-04-23 Bill MeierRestore the casts from svn 21080 (presumably) inadverta...
2007-04-22 Guy Harris"struct sack_chunk_header" is presumably just a SACK...
2007-04-22 Guy HarrisDon't play type-punning games - they cause compiler...
2007-04-22 Michael TüxenFrom Irene Ruengeler: Fix a bug regading the handling...
2007-04-03 Stephen FisherFix warnings on Linux/gcc 4.1.1
2007-03-21 Ulf Lampingfix all warnings in gtk dir & set the "treat all warnin...
2007-02-09 Michael TüxenA fix from Irene Ruengeler to keep assocs selected...
2006-11-07 Jaap KeuterFrom Albert Chin:
2006-05-31 Michael TüxenFixes the handling of long term captures from a simulat...
2006-05-21 Ronnie Sahlbergname change
2006-05-09 Michael TüxenFrom Irene: Fix wrong display of SACKs.
2006-03-30 Michael TüxenFrom Irene: Fix problems with off screen drawings
2006-03-09 Gerald CombsRemove MIN and MAX defines, which GLib provides.
2006-02-22 Michael TüxenFrom Irene Ruengler:
2006-01-24 Anders BromanReplace round() with floor(), I don't know if it's...
2006-01-23 Michael TüxenFrom Irene: Add support for showing TSN and time in...
2005-08-21 Guy HarrisAdd a "register_dfilter_stat()", to register stats...
2005-08-20 Ulf Lampingrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 Guy HarrisMove the APIs for registering and processing "-z" comma...
2005-07-12 Michael TüxenFrom Irene Ruengeler: Handle multiple gap reports corre...
2005-07-08 Michael TüxenFix a crash reported by Jeff Morris.
2005-06-26 Ulf Lampingsctp_graph_dlg.c(383) : warning C4244: '=' : conversion...
2005-05-11 Ronnie Sahlbergavoid a div-by-0
2005-05-01 Michael TüxenEditorial cleanups
2005-03-22 Michael TüxenFrom Irene Ruengeler: Bugfixes and support of chunk...
2005-03-10 Jörg MayerWarning fix: ISO C forbids zero-size array ‘tsns
2005-02-04 Michael TüxenUpdate to versions compiling on and working on Windows...
2004-12-10 Guy HarrisGet rid of C++/C99-style comments - not all C compilers...
2004-09-07 Guy HarrisSet svn:eol-style to native to keep line endings canoni...
2004-09-07 Michael TüxenAdded graphical SCTP analysis implemented by Irene...