aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-29 20:44:06 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-29 20:44:06 +0000
commitde046620ab2ad5369795b92b4ba8c876975ac773 (patch)
treed7b0a4ded3f59b134fea3de86d0747dc2816f999 /epan/dtd_preparse.l
parent89986a9f748e7900a435bf35769c320f3978c4ce (diff)
Ethereal->Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18248 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dtd_preparse.l')
-rw-r--r--epan/dtd_preparse.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index b5ce8fbe84..86a9bd6b23 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -9,7 +9,7 @@
/*
* dtd_preparser.l
*
- * an XML dissector for ethereal
+ * an XML dissector for wireshark
*
* DTD Preparser - import a dtd file into a GString
* including files, removing comments
@@ -149,7 +149,7 @@ static const gchar* location(void) {
if (loc) g_free(loc);
- loc = g_strdup_printf("<? ethereal:location %s:%u ?>", filename, linenum);
+ loc = g_strdup_printf("<? wireshark:location %s:%u ?>", filename, linenum);
return loc;
}