aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.h
AgeCommit message (Collapse)AuthorFilesLines
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen1-1/+10
Make rectangle clickable. svn path=/trunk/; revision=17778
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-138/+163
Some cleanups of the code. svn path=/trunk/; revision=13858
2005-02-06Clean up indentation.Guy Harris1-11/+7
Make "reset()" static (it's not used outside "sctp_stat.c"), and fix its prototype to match what's expected for a reset routine passed to "register_tap_listener()". Similarly, fix the prototypes of other routines passed to "register_tap_listener()", and get rid of the casts of pointers to those functions to "void *". Fix some declarations in "sctp_stat.h" to have function prototypes. svn path=/trunk/; revision=13319
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen1-14/+20
svn path=/trunk/; revision=13295
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-3/+3
Fix some indentation. svn path=/trunk/; revision=12710
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toGuy Harris1-9/+0
make this use Ethereal's data structurs for addresses, not the OS's. svn path=/trunk/; revision=11971
2004-09-07Canonicalize the line endings, set the svn:eol-style property toGuy Harris1-7/+7
"native" so they stay canonicalized, and set svn:keywords to Id so that RCS IDs get expanded. svn path=/trunk/; revision=11926
2004-09-07using #ifdef HAVE_SYS_TYPES_H around some of the includes making problems, ↵Ulf Lamping1-4/+10
but still uncompilable on win32!!! svn path=/trunk/; revision=11921
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen1-0/+322
svn path=/trunk/; revision=11920