aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
AgeCommit message (Expand)AuthorFilesLines
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-45/+47
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-3/+21
2007-03-22fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header fileUlf Lamping1-20/+20
2007-03-22fix some more warningsUlf Lamping1-2/+2
2007-01-02Use G_DIR_SEPARATOR_S as the path separator.Guy Harris1-3/+4
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