aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Replace deprecated glib functions.jmayer1-2/+2
2011-06-28Replace all strerror() with g_strerror().stig1-2/+2
2011-05-27SVN #37419 fixed an OSX compile issue and reverted SVN #37408.wmeier1-2/+3
2011-05-27Try a stab-in-the-dark to see if we can fix the OSX compile issue.wmeier1-2/+2
2011-05-26Escape the '.' in radius dictionary ATTRIBUTE names. This may fix the OSX-10...morriss1-4/+4
2011-05-26Allow the character '.' in radius dictionary ATTRIBUTE names;wmeier1-1/+6
2011-04-25More fun with GArrays: cast away some warnings that don't report realguy1-6/+6
2011-02-17Fix dead initialization error found by clang:sfisher1-1/+1
2009-07-06Radius: Additional attribute handling:wmeier1-0/+2
2009-07-03From: Tobias Witek: Fix processing of radius 'vendor specific attributes'wmeier1-3/+7
2009-04-02From Naoyoshi Ueda:etxrab1-14/+177
2009-03-18From Bjørn Mork:etxrab1-0/+1
2008-12-29From Florian Lohoff:etxrab1-10/+32
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-4/+4
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...wmeier1-4/+4
2008-04-25 Bug 2493: Fix (Part 3 of 3): wmeier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): wmeier1-5/+11
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmllego1-10/+5
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:morriss1-45/+47
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. guy1-3/+21
2007-03-22fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header fileulfl1-20/+20
2007-03-22fix some more warningsulfl1-2/+2
2007-01-02Use G_DIR_SEPARATOR_S as the path separator.guy1-3/+4
2006-05-21name changesahlberg1-2/+2
2006-03-23Bug 796lego1-4/+6
2005-12-20Make sure we don't try to close an already-closed file.gerald1-2/+4
2005-12-14Close the dictionary files after reading from them.lego1-0/+4
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkguy1-14/+15
2005-09-24- There can be '/' in attribute names as welllego1-29/+76
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)lego1-1/+2
2005-08-20radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiersulfl1-2/+2
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-6/+6
2005-07-27As Guy mentioned: last patch replaced one occurrence too many,jmayer1-1/+1
2005-07-27The variable encrypt collides with the declaration in <unistd.h> onjmayer1-6/+6
2005-07-16Throw in some casts to squelch warnings, at least with some compilersguy1-2/+2
2005-07-15forgot to add the (c) noticelego1-0/+26
2005-07-15Radius Dictionary Supportlego1-0/+321