Add dissect_nt_64bit_time to the list of exported routines.
[obnox/wireshark/wip.git] / version_info.c
index 65bc4a230ea477e5da9296c6bc625ba1888c8432..9fcad02bfb71854d9902cbc91564fe18d35b0175 100644 (file)
 #include <windows.h>
 #endif
 
-#ifdef HAVE_LUA
+#ifdef HAVE_LUA_5_1
 #include <lua.h>
 #endif
 
 #ifdef SVNVERSION
-       const char *svnversion = " (" SVNVERSION ")";
+       const char *wireshark_svnversion = " (" SVNVERSION ")";
 #else
-       const char *svnversion = "";
+       const char *wireshark_svnversion = "";
 #endif
 
 /*
@@ -165,7 +165,7 @@ get_compiled_version_info(GString *str, void (*additional_info)(GString *))
 
 /*
  * Get compile-time information used only by applications that use
- * libethereal.
+ * libwireshark.
  */
 void
 get_epan_compiled_version_info(GString *str)