aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index e3aaabddfd..04cf25d5e6 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -4,8 +4,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
@@ -40,7 +40,7 @@ struct pref_module {
/*
* Module used for protocol preferences. With MSVC and a
- * libethereal.dll, we need a special declaration.
+ * libwireshark.dll, we need a special declaration.
*/
ETH_VAR_IMPORT module_t *protocols_module;