Compile fix: update generated rnsap files
[obnox/wireshark/wip.git] / version_info.c
index b9cfde4552945877a0ce6bf0daeb4134e71137af..dc8721e652cc7b1c1cbd0fbe0f2c2d3667de41d2 100644 (file)
@@ -1,10 +1,10 @@
 /* version_info.c
- * Routines to report version information for stuff used by Ethereal
+ * Routines to report version information for stuff used by Wireshark
  *
  * $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
@@ -213,7 +213,7 @@ get_compiled_version_info(GString *str)
 #ifndef HAVE_LIBPCRE
        break_point = str->len - 1;
        g_string_append(str,
-                       "\nNOTE: this build doesn't support the \"matches\" operator for Ethereal filter"
+                       "\nNOTE: this build doesn't support the \"matches\" operator for Wireshark filter"
                        "\nsyntax.");
        do_word_wrap(str, break_point);
 #endif /* HAVE_LIBPCRE */
@@ -247,7 +247,7 @@ get_runtime_version_info(GString *str)
         * flavor of Windows on which you're running.  Implementing more
         * of that is left as an exercise to the reader - who should
         * check any copyright information about code samples on MSDN
-        * before cutting and pasting into Ethereal.
+        * before cutting and pasting into Wireshark.
         *
         * They should also note that you need an OSVERSIONINFOEX structure
         * to get some of that information, and that not only is that
@@ -402,7 +402,7 @@ const char *
 get_copyright_info(void)
 {
        return
-"Copyright 1998-2006 Gerald Combs <gerald@ethereal.com> and contributors.\n"
+"Copyright 1998-2006 Gerald Combs <gerald@wireshark.org> and contributors.\n"
 "This is free software; see the source for copying conditions. There is NO\n"
 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
 }