aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-21 05:12:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-21 05:12:17 +0000
commit89f022b12be0873c542869b557a57442ba9c5915 (patch)
treef7aaabbfb37b7e77cc94765aa79b73db7fec6811 /epan/filesystem.c
parentfeab79e32878302a87c7d22c52a2d5a255dbd3e9 (diff)
name change
svn path=/trunk/; revision=18197
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index d2b78fd13e..dd2c81c50c 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -3,8 +3,8 @@
*
* $Id$
*
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
@@ -479,7 +479,7 @@ get_progfile_dir(void)
* stored.
*
* XXX - if we ever make libethereal a real library, used by multiple
- * applications (more than just Tethereal and versions of Ethereal with
+ * applications (more than just Tethereal and versions of Wireshark with
* various UIs), should the configuration files belong to the library
* (and be shared by all those applications) or to the applications?
*