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