summaryrefslogtreecommitdiff
path: root/epan/dtd_preparse.l
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-29 20:44:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-29 20:44:06 +0000
commit9aa99b16fe7f7d7eb2f2f3d6b8a08736e0c06309 (patch)
treed7b0a4ded3f59b134fea3de86d0747dc2816f999 /epan/dtd_preparse.l
parent7e68c9c37050b03b981c223fb3ce55e027593268 (diff)
downloadwireshark-9aa99b16fe7f7d7eb2f2f3d6b8a08736e0c06309.tar.gz
Ethereal->Wireshark
svn path=/trunk/; revision=18248
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;
}