aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-09-28 21:35:14 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-09-28 21:35:14 +0000
commitf9a96d8a16793aeedbd74b141a4f2b754a5f1fb1 (patch)
tree8abfc56b24638d2925367c96805d93fa44be42a7 /epan/dtd_preparse.l
parent925dd72039f735106c388b1e9112a1f098d3f4b2 (diff)
be more flexible in what's a name
svn path=/trunk/; revision=16047
Diffstat (limited to 'epan/dtd_preparse.l')
-rw-r--r--epan/dtd_preparse.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index 594cce1a66..3a12992449 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -80,7 +80,7 @@ system SYSTEM
filename [^"]+
-name [A-Za-z][-:A-Za-z0-9_]*
+name [A-Za-z][-:A-Za-z0-9_\.]*
quote "\""
percent [%]