aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-23Bug 796Luis Ontanon1-4/+6
2005-12-20Make sure we don't try to close an already-closed file.Gerald Combs1-2/+4
2005-12-14Close the dictionary files after reading from them.Luis Ontanon1-0/+4
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkGuy Harris1-14/+15
2005-09-24- There can be '/' in attribute names as wellLuis Ontanon1-29/+76
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)Luis Ontanon1-1/+2
2005-08-20radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-2/+2
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-6/+6
2005-07-27As Guy mentioned: last patch replaced one occurrence too many,Jörg Mayer1-1/+1
2005-07-27The variable encrypt collides with the declaration in <unistd.h> onJörg Mayer1-6/+6
2005-07-16Throw in some casts to squelch warnings, at least with some compilersGuy Harris1-2/+2
2005-07-15forgot to add the (c) noticeLuis Ontanon1-0/+26
2005-07-15Radius Dictionary SupportLuis Ontanon1-0/+321