ssl,dtls: use ProtocolVersion from Server Hello
[metze/wireshark/wip.git] / epan / radius_dict.l
2015-11-06 Guy HarrisDon't include io.h in Flex scanners - they're not inter...
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2014-11-13 Guy HarrisGet rid of spaces before tabs.
2014-11-13 Guy HarrisHandle duplicate attribute and TLV entries specially.
2014-11-13 Guy HarrisHandle new vendors and changes to vendors differently.
2014-06-19 Dario LombardoRemoved SVN Id from epan dir.
2013-12-14 Gerald CombsMore shorten-64-to-32 warnings.
2013-03-21 Bill MeierFrom beroset:
2013-03-15 Anders Broman[-Wmissing-prototypes]
2013-02-10 Guy HarrisAdd %option noinput to a bunch of Flex files, as we...
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-11-26 Bill MeierFix several [-Wshadow] warnings;
2012-10-07 Evan HuusClean up properly when we can't find a radius $INCLUDE...
2012-10-07 Evan HuusDon't destroy the in-memory radius dictionary if we...
2012-10-06 Evan HuusClean up better if we can't open a radius dictionary...
2012-10-06 Evan HuusWork around bug 7803 by not freeing the old name value...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-05-10 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2011-08-07 Jörg MayerReplace deprecated glib functions.
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-27 Bill MeierSVN #37419 fixed an OSX compile issue and reverted...
2011-05-27 Bill MeierTry a stab-in-the-dark to see if we can fix the OSX...
2011-05-26 Jeff MorrissEscape the '.' in radius dictionary ATTRIBUTE names...
2011-05-26 Bill MeierAllow the character '.' in radius dictionary ATTRIBUTE...
2011-04-25 Guy HarrisMore fun with GArrays: cast away some warnings that...
2011-02-17 Stephen FisherFix dead initialization error found by clang:
2009-07-06 Bill MeierRadius: Additional attribute handling:
2009-07-03 Bill MeierFrom: Tobias Witek: Fix processing of radius 'vendor...
2009-04-02 Anders BromanFrom Naoyoshi Ueda:
2009-03-18 Anders BromanFrom Bjørn Mork:
2008-12-29 Anders BromanFrom Florian Lohoff:
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-11 Bill Meierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-04-25 Bill Meier Bug 2493: Fix (Part 3 of 3):
2008-04-25 Bill Meier Bug 2493: Fix (Part 2):
2008-04-03 Luis Ontanonwireshark.org/lists/wireshark-dev/200803/msg00308.html
2007-10-16 Jeff MorrissChange more fopen() to eth_fopen() to finish fixing...
2007-08-04 Guy HarrisAdd a script as a front-end for Flex, to work around...
2007-07-30 Guy HarrisAdd comments to various %option items to explain what...
2007-03-22 Ulf Lampingfix warning: add WS_ prefix to OUT, it conflicts with...
2007-03-22 Ulf Lampingfix some more warnings
2007-01-02 Guy HarrisUse G_DIR_SEPARATOR_S as the path separator.
2006-05-21 Ronnie Sahlbergname change
2006-03-23 Luis OntanonBug 796
2005-12-20 Gerald CombsMake sure we don't try to close an already-closed file.
2005-12-14 Luis OntanonClose the dictionary files after reading from them.
2005-09-26 Guy HarrisAdd a new "ipxnet" type for the RADIUS dictionary,...
2005-09-24 Luis Ontanon- There can be '/' in attribute names as well
2005-09-19 Luis Ontanon- allow multiple attributes inside one VSA (fixes bug...
2005-08-20 Ulf Lampingradius_dict.l(216) : warning C4090: 'function' : differ...
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-07-27 Jörg MayerAs Guy mentioned: last patch replaced one occurrence...
2005-07-27 Jörg MayerThe variable encrypt collides with the declaration...
2005-07-16 Guy HarrisThrow in some casts to squelch warnings, at least with...
2005-07-15 Luis Ontanonforgot to add the (c) notice
2005-07-15 Luis OntanonRadius Dictionary Support