summaryrefslogtreecommitdiff
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
commit996d4db495e60df8a627097e3885acdce209132c (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/filesystem.h
parent5db0c85982c837278fb397d53233303cd0eaf8e3 (diff)
downloadwireshark-996d4db495e60df8a627097e3885acdce209132c.tar.gz
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index 9a59a58e20..8458b13bc2 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -90,7 +90,7 @@ extern char *get_datafile_path(const char *filename);
/*
* Get the directory in which files that, at least on UNIX, are
* system files (such as "/etc/ethers") are stored; on Windows,
- * there's no "/etc" directory, so we get them from the Ethereal
+ * there's no "/etc" directory, so we get them from the Wireshark
* global configuration and data file directory.
*/
extern const char *get_systemfile_dir(void);
@@ -109,7 +109,7 @@ extern int create_persconffile_dir(char **pf_dir_path_return);
* file name.
*
* On Win32, if "for_writing" is FALSE, we check whether the file exists
- * and, if not, construct a path name relative to the ".ethereal"
+ * and, if not, construct a path name relative to the ".wireshark"
* subdirectory of the user's home directory, and check whether that
* exists; if it does, we return that, so that configuration files
* from earlier versions can be read.