aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius_packetcable.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-10/+10
svn path=/trunk/; revision=36443
2009-07-30Remove a couple of unused variables.Gerald Combs1-1/+0
svn path=/trunk/; revision=29245
2009-07-08Add references to two specifications Bill Meier1-0/+6
svn path=/trunk/; revision=29019
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
svn path=/trunk/; revision=27065
2008-08-14Use const with value_string array definitionsBill Meier1-8/+8
svn path=/trunk/; revision=26028
2007-06-06Fix for bug 1643.Jaap Keuter1-5/+6
Add element type Policy Server. svn path=/trunk/; revision=22059
2007-06-06Fix for bug 1644.Jaap Keuter1-1/+1
Get the DST from the right offset in the tvb. svn path=/trunk/; revision=22058
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-02-13Remove a couple of unused variables.Gerald Combs1-2/+0
svn path=/trunk/; revision=17283
2006-02-11Squelch some compiler warnings by declaring RADIUS AVP dissectors toGuy Harris1-10/+10
return pointers to const strings. svn path=/trunk/; revision=17249
2006-02-09Re-enable the PacketCable RADIUS code and add a few EM updates.Gerald Combs1-37/+41
Sponsored by CableLabs. svn path=/trunk/; revision=17233
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=15583
2005-07-16Fix the RCS ID.Guy Harris1-1/+1
svn path=/trunk/; revision=14931
2005-07-15propset and fix the filenameLuis Ontanon1-2/+2
svn path=/trunk/; revision=14929
2005-07-15Radius Dictionary SupportLuis Ontanon1-0/+805
Part 2: the code svn path=/trunk/; revision=14925