aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sctpchunkstat.c
Commit message (Expand)AuthorAgeFilesLines
* Squelch some compiler warnings.Guy Harris2010-03-271-3/+3
* Made some functions static.Stig Bjørlykke2009-10-191-1/+2
* Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam2009-09-061-2/+2
* Dont declare address_to_str(). Pull in <epan/to_str.h> insteadKovarththanan Rajaratnam2009-09-061-12/+9
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-7/+4
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-2/+1
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-2/+2
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* 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-1/+2
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-5/+4
* Remove redundant definition of _need_var_import_Lars Roland2005-04-131-4/+0
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen2005-03-201-0/+265