aboutsummaryrefslogtreecommitdiffstats
path: root/tap-radiusstat.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14Update based upon latest names "packet-type-codes" list from the IANA:wmeier1-35/+61
- Change some type-code names to match IANA list; - Handle additional type-codes as given in the IANA list; - Don't consider certain "attribute types" to be valid packet-type codes See Bug 6335: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6335 - Minor code cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38997 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Remove unnecessary include: register.hmorriss1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34194 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28645 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-16Fix a few text-string typoswmeier1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27026 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-22Add NULL termination element to value_string arrayswmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25799 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-18Add $Id$wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24382 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-07Removed some more "statement not reached" warnings.stig1-12/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24283 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-7/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24258 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-24From Alejandro Vaquero:etxrab1-0/+226
For the Radius dissector to add statistics in the "Service Response Time" menu and the tshark stats. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19668 f5534014-38df-0310-8fa8-9805f1628bb7