aboutsummaryrefslogtreecommitdiffstats
path: root/tap-stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Fix a typo & do whitespace cleanup.wmeier1-1/+1
2010-03-27Squelch some compiler warnings.guy1-4/+4
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-0/+1
2008-07-12More stats tree unsigned->signed char cleanupmorriss1-17/+24
2008-05-07Fix some of the Errors/warnings detected by checkapi.etxrab1-2/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-6/+6
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-11/+11
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-05-06fix for coverity bug 156sahlberg1-1/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-3/+3
2005-08-25http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377lego1-3/+7
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withguy1-1/+1
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-1/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy1-1/+1
2005-08-02Remove svn:executablejmayer1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1
2005-03-21Rename all stats_tree extern functions to start with stats_tree_lego1-6/+6
2005-03-20There was a design flaw that caused a crash on windows andlego1-17/+25
2005-02-27Several fixes to the stats_treelego1-4/+6
2005-02-24Update to the stats_tree tapping APIlego1-3/+6
2005-02-16Initial checkin of the stats-tree tap APIlego1-0/+118