aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
AgeCommit message (Collapse)AuthorFilesLines
2005-11-10from albert chanRonnie Sahlberg1-2/+2
dont use a variable with the name dirname since it will collide with symbols on some hosts svn path=/trunk/; revision=16460
2005-10-06remove file inclusion code altoghether and few other changesLuis Ontanon1-32/+11
svn path=/trunk/; revision=16145
2005-09-28be more flexible in what's a nameLuis Ontanon1-1/+1
svn path=/trunk/; revision=16047
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris1-2/+2
that we don't have all the lexical analyzers in libethereal share them (note that they're already static in radius_dict.l, so they weren't sharing with any other lexical analyzer), and so that OS X 10.3.9's run-time linker doesn't get upset at finding them defined in libethereal and the MATE plugin. Fix up indentation. svn path=/trunk/; revision=15961
2005-09-17Because there's more than just text in XML...Luis Ontanon1-75/+10
DTDs are imported to create fields svn path=/trunk/; revision=15851
2005-09-10propperly handle the errors when loading a file fails.Luis Ontanon1-7/+30
svn path=/trunk/; revision=15751
2005-09-10don't use fgets() as MSVC does not implement it. use fgetc instead.Luis Ontanon1-6/+7
svn path=/trunk/; revision=15750
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-0/+258
svn path=/trunk/; revision=15745