aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-9/+0
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Declare some functions staticJörg Mayer1-6/+6
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-2/+3
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-20/+20
2005-05-18From Albert Chin:Anders Broman1-3/+3
2005-05-03Base the assoc search on port/vtags only.Michael Tüxen1-4/+18
2005-05-02Fix a bug in counting DATA chunks.Michael Tüxen1-117/+118
2005-05-01Editorial cleanups.Michael Tüxen1-247/+247
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-402/+456
2005-02-06Clean up indentation.Guy Harris1-180/+180
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen1-178/+236
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toGuy Harris1-13/+0
2004-09-07Canonicalize the line endings, set the svn:eol-style property toGuy Harris1-10/+10
2004-09-07using #ifdef HAVE_SYS_TYPES_H around some of the includes making problems, bu...Ulf Lamping1-4/+13
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen1-0/+1351