aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
Commit message (Expand)AuthorAgeFilesLines
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-24/+24
* g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier2008-05-111-5/+5
* Bug 2493: Fix (Part 3 of 3): Bill Meier2008-04-251-0/+6
* Bug 2493: Fix (Part 2): Bill Meier2008-04-251-5/+18
* s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with ...Jeff Morriss2007-10-121-1/+2
* Add a script as a front-end for Flex, to work around various problems,Guy Harris2007-08-041-0/+1
* Add comments to various %option items to explain what they're doing. Guy Harris2007-07-301-2/+23
* Get rid of an unused variable.Guy Harris2007-02-191-2/+0
* make internal variables staticLuis Ontanon2007-01-091-9/+9
* Ethereal->WiresharkAnders Broman2006-05-291-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Close the files after reading!Luis Ontanon2006-03-111-1/+3
* from albert chanRonnie Sahlberg2005-11-101-2/+2
* remove file inclusion code altoghether and few other changesLuis Ontanon2005-10-061-32/+11
* be more flexible in what's a nameLuis Ontanon2005-09-281-1/+1
* Make the private variables for various lexical analyzers static, soGuy Harris2005-09-221-2/+2
* Because there's more than just text in XML...Luis Ontanon2005-09-171-75/+10
* propperly handle the errors when loading a file fails.Luis Ontanon2005-09-101-7/+30
* don't use fgets() as MSVC does not implement it. use fgetc instead.Luis Ontanon2005-09-101-6/+7
* the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon2005-09-101-0/+258