summaryrefslogtreecommitdiff
path: root/epan/dtd_parse.l
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dtd_parse.l')
-rw-r--r--epan/dtd_parse.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dtd_parse.l b/epan/dtd_parse.l
index 8ee18560d6..25e6513fad 100644
--- a/epan/dtd_parse.l
+++ b/epan/dtd_parse.l
@@ -199,7 +199,7 @@ squoted ['][^\']*[']
<GET_ATTR_QUOTE>. {
g_string_sprintfa(build_data->error,
- "error in ethereal:protocol xmpli at %s : could not find attribute value!",
+ "error in wireshark:protocol xmpli at %s : could not find attribute value!",
location);
yyterminate();
}
@@ -219,7 +219,7 @@ squoted ['][^\']*[']
if (! got_it) {
g_string_sprintfa(build_data->error,
- "error in ethereal:protocol xmpli at %s : no such parameter %s!",
+ "error in wireshark:protocol xmpli at %s : no such parameter %s!",
location, attr_name);
g_free(attr_name);
yyterminate();