aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Replace all strerror() with g_strerror().stig1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-24/+24
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...wmeier1-5/+5
2008-04-25 Bug 2493: Fix (Part 3 of 3): wmeier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): wmeier1-5/+18
2007-10-12s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with ...morriss1-1/+2
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-2/+23
2007-02-19Get rid of an unused variable.guy1-2/+0
2007-01-09make internal variables staticlego1-9/+9
2006-05-29Ethereal->Wiresharketxrab1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-03-11Close the files after reading!lego1-1/+3
2005-11-10from albert chansahlberg1-2/+2
2005-10-06remove file inclusion code altoghether and few other changeslego1-32/+11
2005-09-28be more flexible in what's a namelego1-1/+1
2005-09-22Make the private variables for various lexical analyzers static, soguy1-2/+2
2005-09-17Because there's more than just text in XML...lego1-75/+10
2005-09-10propperly handle the errors when loading a file fails.lego1-7/+30
2005-09-10don't use fgets() as MSVC does not implement it. use fgetc instead.lego1-6/+7
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.clego1-0/+258