aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+4
2017-06-16RADIUS: Add dictionary support for format= with BEGIN-VENDORJoão Valverde1-17/+44
2017-05-31Update a comment.Guy Harris1-3/+2
2017-05-31Give more information in a comment.Guy Harris1-2/+7
2017-05-25RADIUS: Add support for extended attributes (RFC 6929)João Valverde1-9/+20
2017-03-01radius: remove unused rule, add clarifying commentPeter Wu1-9/+6
2017-02-28Expand a comment.Guy Harris1-1/+3
2017-02-28radius: fix use-after-free after recent memleak fixesPeter Wu1-3/+3
2017-02-28radius: fix memleaks of value_stringPeter Wu1-12/+10
2017-02-27Free radius dissector memory on shutdownMichael Mann1-1/+1
2017-01-24Add a comment talking about the dictionary file format.Guy Harris1-0/+27
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-04-04Don't double-close the input.Guy Harris1-2/+4
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-182/+267
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