aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_parse.l
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /epan/dtd_parse.l
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
downloadwireshark-f0b33a47893e76488561e57d6c2dce07a1295d4b.tar.gz
wireshark-f0b33a47893e76488561e57d6c2dce07a1295d4b.tar.bz2
wireshark-f0b33a47893e76488561e57d6c2dce07a1295d4b.zip
ethereal->wireshark updates
svn path=/trunk/; revision=18206
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();