aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
AgeCommit message (Expand)AuthorFilesLines
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-11/+5
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+2
2014-11-13Get rid of spaces before tabs.Guy Harris1-13/+13
2014-11-13Handle duplicate attribute and TLV entries specially.Guy Harris1-49/+86
2014-11-13Handle new vendors and changes to vendors differently.Guy Harris1-15/+38
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
2013-12-14More shorten-64-to-32 warnings.Gerald Combs1-12/+12
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-15[-Wmissing-prototypes]Anders Broman1-12/+12
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-2/+2
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-20/+20
2012-10-07Clean up properly when we can't find a radius $INCLUDE regardless of theEvan Huus1-5/+11
2012-10-07Don't destroy the in-memory radius dictionary if we hit a parse error:Evan Huus1-57/+1
2012-10-06Clean up better if we can't open a radius dictionary included by anotherEvan Huus1-0/+3
2012-10-06Work around bug 7803 by not freeing the old name value until after it's beenEvan Huus1-2/+24
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-12/+12
2011-08-07Replace deprecated glib functions.Jörg Mayer1-2/+2
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-05-27SVN #37419 fixed an OSX compile issue and reverted SVN #37408.Bill Meier1-2/+3
2011-05-27Try a stab-in-the-dark to see if we can fix the OSX compile issue.Bill Meier1-2/+2
2011-05-26Escape the '.' in radius dictionary ATTRIBUTE names. This may fix the OSX-10...Jeff Morriss1-4/+4
2011-05-26Allow the character '.' in radius dictionary ATTRIBUTE names;Bill Meier1-1/+6
2011-04-25More fun with GArrays: cast away some warnings that don't report realGuy Harris1-6/+6
2011-02-17Fix dead initialization error found by clang:Stephen Fisher1-1/+1
2009-07-06Radius: Additional attribute handling:Bill Meier1-0/+2
2009-07-03From: Tobias Witek: Fix processing of radius 'vendor specific attributes'Bill Meier1-3/+7
2009-04-02From Naoyoshi Ueda:Anders Broman1-14/+177
2009-03-18From Bjørn Mork:Anders Broman1-0/+1
2008-12-29From Florian Lohoff:Anders Broman1-10/+32
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-4/+4
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+11
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-10/+5
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