aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-28 21:35:14 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-28 21:35:14 +0000
commitafc0ad0398ced86295bd64967a142efb11f0ce47 (patch)
tree8abfc56b24638d2925367c96805d93fa44be42a7 /epan/dtd_preparse.l
parent1defb8ef504e12118aef0f3286a6715a57138ad1 (diff)
be more flexible in what's a name
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16047 f5534014-38df-0310-8fa8-9805f1628bb7
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 [%]