aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05* Fix name of Irene in AUTHORS.Michael Tüxen1-5/+47
* Add Varun Notibala to AUTHORS. * Add support for NR-SACK and fix stability problems. svn path=/trunk/; revision=28642
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+4
#include winsock2.h pulls in about 90 distinct .h files and about 140 total .h files. Currently winsock2.h is (mostly unnecessarily) included for each dissector via packet.h/wtap.h. This patch removes #include winsock2.h from wtap.h and then includes winsock2.h (or windows.h) in the few specific places required. With this patch, my Windows Wireshark build takes about 30% less time. svn path=/trunk/; revision=26535
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-1/+1
svn path=/trunk/; revision=22030
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen1-1/+2
svn path=/trunk/; revision=21894
2007-01-29Improve the handling of INIT/ABORT mesage pairs.Michael Tüxen1-0/+2
svn path=/trunk/; revision=20608
2006-11-07Warning fixes (void) instead of (), no newline at end of file.Jörg Mayer1-1/+2
svn path=/trunk/; revision=19845
2006-06-26From Irene Ruengeler: Add context menu for SCTP analysis.Michael Tüxen1-0/+2
svn path=/trunk/; revision=18576
2006-05-31Fixes the handling of long term captures from a simulation tool.Michael Tüxen1-0/+1
svn path=/trunk/; revision=18267
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
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