aboutsummaryrefslogtreecommitdiffstats
path: root/tap-radiusstat.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Remove unnecessary include: register.hJeff Morriss1-1/+0
svn path=/trunk/; revision=34194
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-7/+4
a protocol tree; the column values. This includes stats-tree listeners. Have the routines to build the packet list, and to retap packets, honor those requirements. This means that cf_retap_packets() no longer needs an argument to specify whether to construct the column values or not, so get rid of that argument. This also means that there's no need for a tap to have a fake filter to ensure that the protocol tree will be built, so don't set up a fake "frame" filter. While we're at it, clean up some cases where "no filter" was represented as a null string rather than a null pointer. Have a routine to return an indication of the number of tap listeners with filters; use that rather than the global num_tap_filters. Clean up some indentation and some gboolean vs. gint items. svn path=/trunk/; revision=28645
2008-12-16Fix a few text-string typosBill Meier1-5/+5
svn path=/trunk/; revision=27026
2008-07-22Add NULL termination element to value_string arraysBill Meier1-0/+1
svn path=/trunk/; revision=25799
2008-02-18Add $Id$Bill Meier1-1/+1
svn path=/trunk/; revision=24382
2008-02-07Removed some more "statement not reached" warnings.Stig Bjørlykke1-12/+7
svn path=/trunk/; revision=24283
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-7/+6
svn path=/trunk/; revision=24258
2006-10-24From Alejandro Vaquero:Anders Broman1-0/+226
For the Radius dissector to add statistics in the "Service Response Time" menu and the tshark stats. svn path=/trunk/; revision=19668