aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.c
Commit message (Expand)AuthorAgeFilesLines
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-051-39/+36
* sort #includes by directoriesUlf Lamping2008-04-131-9/+13
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-6/+5
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-7/+8
* From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen2007-05-221-2/+24
* See previous comment.Guy Harris2007-04-261-1/+1
* Umm, that's *not* how you compare addresses for equality....Guy Harris2007-04-261-27/+4
* From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen2007-04-221-2/+16
* A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen2007-02-091-233/+4
* Improve the handling of INIT/ABORT mesage pairs.Michael Tüxen2007-01-291-0/+16
* name changeRonnie Sahlberg2006-05-211-2/+2
* From Irene: Fix a bug when searching for an assoc.Michael Tüxen2006-04-211-6/+8
* From Irene: Fix problems with off screen drawingsMichael Tüxen2006-03-301-2/+2
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-4/+4
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-9/+0
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* - Declare some functions staticJörg Mayer2005-08-201-6/+6
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-2/+3
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-1/+1
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-20/+20
* From Albert Chin:Anders Broman2005-05-181-3/+3
* Base the assoc search on port/vtags only.Michael Tüxen2005-05-031-4/+18
* Fix a bug in counting DATA chunks.Michael Tüxen2005-05-021-117/+118
* Editorial cleanups.Michael Tüxen2005-05-011-247/+247
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen2005-03-221-402/+456
* Clean up indentation.Guy Harris2005-02-061-180/+180
* Update to versions compiling on and working on Windows and Unix.Michael Tüxen2005-02-041-178/+236
* Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris2004-12-101-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Get rid of some #includes that caused trouble on Windows - we need toGuy Harris2004-09-111-13/+0
* Canonicalize the line endings, set the svn:eol-style property toGuy Harris2004-09-071-10/+10
* using #ifdef HAVE_SYS_TYPES_H around some of the includes making problems, bu...Ulf Lamping2004-09-071-4/+13
* Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen2004-09-071-0/+1351