aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-01-26 01:34:29 +0000
committerBill Meier <wmeier@newsguy.com>2007-01-26 01:34:29 +0000
commit09f508b57bd635c95723f7cf7facd4c7caeae9b3 (patch)
tree3ff0f2ee7e10c8835d32ae692f44f89a1683e78b /config.h.win32
parent0ffcdf3be02544b8925b4780e0925dea2aca0552 (diff)
A few more ethereal --> wireshark
svn path=/trunk/; revision=20559
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index c9f8b884ac..1be2f1856e 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -40,7 +40,7 @@
/* Plugins can also use the import library of libwireshark.dll instead
of the old API. In that case we undefine PLUGINS_NEED_ADDRESS_TABLE
for the plugin. We don't undefine PLUGINS_NEED_ADDRESS_TABLE globally.
- Thus Ethereal will be still able to load plugins using the old API.
+ Thus Wireshark will be still able to load plugins using the old API.
The macro HAVE_WIN32_LIBWIRESHARK_LIB has to be defined in plugin's
makefile.nmake. A template is available in doc/README.plugins */
#ifdef HAVE_WIN32_LIBWIRESHARK_LIB