aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.l
AgeCommit message (Expand)AuthorFilesLines
2022-11-20Add macros to control lemon diagnosticsJoão Valverde1-2/+2
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-1/+1
2021-10-22Windows: Fix warnings using flexJoão Valverde1-0/+1
2019-01-19diam_dict.l,wimaxasncp_dict.l: fix -Werror=stringop-truncationPeter Wu1-2/+2
2018-04-03If we're reading from a string, don't fclose yyin.Guy Harris1-1/+14
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris1-13/+8
2018-02-15Disable warning C4267 in generated files.Gerald Combs1-0/+6
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+4
2017-08-15Update RFC and I-D references.Guy Harris1-0/+3
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-08-31diam_dict.l: remove use of strdupPeter Wu1-16/+6
2016-08-31Revert "Revert "diameter: fix 400kb leaked memory on exit""Guy Harris1-7/+28
2016-08-31Revert "diameter: fix 400kb leaked memory on exit"Guy Harris1-28/+7
2016-08-29diameter: fix 400kb leaked memory on exitPeter Wu1-7/+28
2016-06-07Free if the pointer to the item being freed is *non*-null, not if it's null.Guy Harris1-5/+5
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-6/+16
2016-04-04Don't double-close the input.Guy Harris1-1/+4
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-208/+329
2016-02-14Fix format string warnings [-Wformat=]João Valverde1-3/+3
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-13/+5
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-05-08Allow empty-element Diameter Applications and use that format.Jeff Morriss1-0/+3
2015-04-21Allow the definition of AVPs within vendor IDs.Jeff Morriss1-9/+16
2015-02-06(Trivial) Reformat some.Jeff Morriss1-10/+30
2015-02-03Fix nameless application in NokiaSolutionsAndNetworks.xml (fromJeff Morriss1-2/+2
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+1
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
2013-12-14More shorten-64-to-32 warnings.Gerald Combs1-6/+6
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-03-16[-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/+10
2013-02-08Constify the return value of append_to_buffer(), to squelch someGuy Harris1-2/+2
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-5/+5
2012-10-10In the include processing code, if ddict_open() fails, bail outGuy Harris1-3/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-05-06Huzaifa Sidhpurwala of Red Hat Security Response Team discovered that weGerald Combs1-4/+2
2010-05-13From Tamas Regos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4760 :Jeff Morriss1-3/+3
2009-10-29From Eric Sesterhenn via bug 4175:Stig Bjørlykke1-1/+1
2009-04-08Just use g_strdup_printf() to construct a pathname - and useGuy Harris1-9/+2
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs1-1/+1
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-10/+11
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-79/+80
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-4/+28
2007-07-20- <?avp-proto and <?type-proto to instruct about which dissector to use for a...Luis Ontanon1-19/+48
2007-07-18Initialise description field to avoid crash when dumping dictionary.Martin Mathieson1-0/+1