no krb5_cksumtype_to_string
[metze/wireshark/wip.git] / epan / diam_dict.l
2018-04-03 Guy HarrisIf we're reading from a string, don't fclose yyin.
2018-02-16 Guy HarrisUse DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.
2018-02-15 Gerald CombsDisable warning C4267 in generated files.
2017-09-19 João ValverdeDisable flex-generated [-Wsign-compare] warnings
2017-08-15 Guy HarrisUpdate RFC and I-D references.
2016-12-02 Guy HarrisInclude config.h at the very beginning of all Flex...
2016-08-31 Peter Wudiam_dict.l: remove use of strdup
2016-08-31 Guy HarrisRevert "Revert "diameter: fix 400kb leaked memory on...
2016-08-31 Guy HarrisRevert "diameter: fix 400kb leaked memory on exit"
2016-08-29 Peter Wudiameter: fix 400kb leaked memory on exit
2016-06-07 Guy HarrisFree if the pointer to the item being freed is *non...
2016-04-13 Gerald CombsWindows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
2016-04-04 Guy HarrisDon't double-close the input.
2016-04-03 Guy HarrisMake the Flex scanners and YACC parser in libraries...
2016-02-14 João ValverdeFix format string warnings [-Wformat=]
2015-12-05 Guy HarrisUse noyywrap rather than defining our own yywrap functions.
2015-11-06 Guy HarrisDon't include io.h in Flex scanners - they're not inter...
2015-05-08 Jeff MorrissAllow empty-element Diameter Applications and use that...
2015-04-21 Jeff MorrissAllow the definition of AVPs within vendor IDs.
2015-02-06 Jeff Morriss(Trivial) Reformat some.
2015-02-03 Jeff MorrissFix nameless application in NokiaSolutionsAndNetworks...
2014-07-06 Peter WuAdd printf-format annotations, fix garbage
2014-06-19 Dario LombardoRemoved SVN Id from epan dir.
2013-12-14 Gerald CombsMore shorten-64-to-32 warnings.
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-03-16 Anders Broman[-Wmissing-prototypes]
2013-02-10 Guy HarrisAdd %option noinput to a bunch of Flex files, as we...
2013-02-08 Guy HarrisConstify the return value of append_to_buffer(), to...
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-10-10 Guy HarrisIn the include processing code, if ddict_open() fails...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-06 Gerald CombsHuzaifa Sidhpurwala of Red Hat Security Response Team...
2010-05-13 Jeff MorrissFrom Tamas Regos via https://bugs.wireshark.org/bugzill...
2009-10-29 Stig BjørlykkeFrom Eric Sesterhenn via bug 4175:
2009-04-08 Guy HarrisJust use g_strdup_printf() to construct a pathname...
2009-04-08 Gerald CombsDisable warnings-as-errors for Flex-generated output...
2009-02-07 Bill Meier#include <epan/emem.h> not req'd ...
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-25 Bill Meier Bug 2493: Fix (Part 2):
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-07-20 Luis Ontanon- <?avp-proto and <?type-proto to instruct about which...
2007-07-18 Martin MathiesonInitialise description field to avoid crash when dumpin...
2007-07-18 Michael TüxenMake debugging static.
2007-07-17 Luis OntanonAdd Address decoding, two debug environment variables...
2007-07-17 Gerald CombsIf we can't find dictionary.xml, fail instead of trying...
2007-07-16 Luis OntanonGlibize diam_dict.l (should fix windows config)
2007-07-16 Luis OntanonRewrite of the diameter dissector to use the dictionary...