aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
Commit message (Expand)AuthorAgeFilesLines
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-4/+4
* g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier2008-05-111-4/+4
* Bug 2493: Fix (Part 3 of 3): Bill Meier2008-04-251-0/+6
* Bug 2493: Fix (Part 2): Bill Meier2008-04-251-5/+11
* http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon2008-04-031-10/+5
* Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss2007-10-161-45/+47
* Add a script as a front-end for Flex, to work around various problems,Guy Harris2007-08-041-0/+1
* Add comments to various %option items to explain what they're doing. Guy Harris2007-07-301-3/+21
* fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header fileUlf Lamping2007-03-221-20/+20
* fix some more warningsUlf Lamping2007-03-221-2/+2
* Use G_DIR_SEPARATOR_S as the path separator.Guy Harris2007-01-021-3/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* Bug 796Luis Ontanon2006-03-231-4/+6
* Make sure we don't try to close an already-closed file.Gerald Combs2005-12-201-2/+4
* Close the dictionary files after reading from them.Luis Ontanon2005-12-141-0/+4
* Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkGuy Harris2005-09-261-14/+15
* - There can be '/' in attribute names as wellLuis Ontanon2005-09-241-29/+76
* - allow multiple attributes inside one VSA (fixes bug 438)Luis Ontanon2005-09-191-1/+2
* radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping2005-08-201-2/+2
* More char -> const char warning fixesJörg Mayer2005-08-051-1/+1
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-6/+6
* As Guy mentioned: last patch replaced one occurrence too many,Jörg Mayer2005-07-271-1/+1
* The variable encrypt collides with the declaration in <unistd.h> onJörg Mayer2005-07-271-6/+6
* Throw in some casts to squelch warnings, at least with some compilersGuy Harris2005-07-161-2/+2
* forgot to add the (c) noticeLuis Ontanon2005-07-151-0/+26
* Radius Dictionary SupportLuis Ontanon2005-07-151-0/+321