aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+4
2017-02-24dtd: fix build due to -Wtypedef-redefinitionPeter Wu1-2/+2
2017-02-24dtd: free memory on shutdown.Dario Lombardo1-7/+8
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-55/+110
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
2014-11-14dtd_preparse : fix indent (Use tabs)Alexis La Goutte1-4/+4
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
2013-03-16[-Wmissing-prototypes]Anders Broman1-2/+2
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-02-08Constify the return value of replace_entity(), to squelch some warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer1-0/+4
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
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-24/+24
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-5/+5
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/+18
2007-10-12s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with ...Jeff Morriss1-1/+2
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-2/+23
2007-02-19Get rid of an unused variable.Guy Harris1-2/+0
2007-01-09make internal variables staticLuis Ontanon1-9/+9
2006-05-29Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-11Close the files after reading!Luis Ontanon1-1/+3
2005-11-10from albert chanRonnie Sahlberg1-2/+2
2005-10-06remove file inclusion code altoghether and few other changesLuis Ontanon1-32/+11
2005-09-28be more flexible in what's a nameLuis Ontanon1-1/+1
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris1-2/+2
2005-09-17Because there's more than just text in XML...Luis Ontanon1-75/+10
2005-09-10propperly handle the errors when loading a file fails.Luis Ontanon1-7/+30
2005-09-10don't use fgets() as MSVC does not implement it. use fgetc instead.Luis Ontanon1-6/+7
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-0/+258