Fix a typo
[obnox/wireshark/wip.git] / capture_errs.h
index f04a36b93f03d0d7681d3eb830b274dcd6862fe2..80c4c2c5aa9092f16d0ebb138de104192444c0e5 100644 (file)
@@ -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
@@ -26,6 +26,8 @@
 #ifdef HAVE_LIBPCAP
 
 #ifdef _WIN32
+/* error message, if WinPcap couldn't be loaded */
+/* will use g_strdup, don't forget to g_free the returned string! */
 extern char *cant_load_winpcap_err(const char *app_name);
 #endif /* _WIN32 */