aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sctpchunkstat.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Remove unnecessary include: register.hJeff Morriss1-2/+1
2010-03-27Squelch some compiler warnings.Guy Harris1-3/+3
2009-10-19Made some functions static.Stig Bjørlykke1-1/+2
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-09-06Dont declare address_to_str(). Pull in <epan/to_str.h> insteadKovarththanan Rajaratnam1-12/+9
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-7/+4
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-2/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
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-1/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-5/+4
2005-04-13Remove redundant definition of _need_var_import_Lars Roland1-4/+0
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen1-0/+265