summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/dtd_parse.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dtd_parse.l b/epan/dtd_parse.l
index 24fe042ad8..dffb2f1db1 100644
--- a/epan/dtd_parse.l
+++ b/epan/dtd_parse.l
@@ -147,7 +147,7 @@ comma ","
pipe "|"
dquote ["]
-name [a-z][-a-zA-Z0-9_]*
+name [A-Za-z][-a-z0-9_][-a-zA-Z0-9_]*
dquoted ["][^\"]*["]
squoted ['][^\']*[']