aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
AgeCommit message (Collapse)AuthorFilesLines
2005-08-20radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-2/+2
radius_dict.l(216) : warning C4022: 'g_hash_table_insert' : pointer mismatch for actual parameter 2 radius_dict.l(268) : warning C4090: 'function' : different 'const' qualifiers radius_dict.l(268) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1 svn path=/trunk/; revision=15485
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=15218
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-6/+6
svn path=/trunk/; revision=15171
2005-07-27As Guy mentioned: last patch replaced one occurrence too many,Jörg Mayer1-1/+1
thus the dictionary keyword encrypt was changed from encrypt to encrypted too. Undo this. svn path=/trunk/; revision=15121
2005-07-27The variable encrypt collides with the declaration in <unistd.h> onJörg Mayer1-6/+6
some platforms. Rename encrypt to encrypted. svn path=/trunk/; revision=15120
2005-07-16Throw in some casts to squelch warnings, at least with some compilersGuy Harris1-2/+2
(the values are const because nobody's supposed to modify them once they've been allocated, but they *can* be freed - by us - when we're done with them). svn path=/trunk/; revision=14936
2005-07-15forgot to add the (c) noticeLuis Ontanon1-0/+26
svn path=/trunk/; revision=14928
2005-07-15Radius Dictionary SupportLuis Ontanon1-0/+321
Part 2: the code svn path=/trunk/; revision=14925