1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Change 'SCRIPT ENGINE' prefix in log messages to the shorter 'NSE'

This commit is contained in:
fyodor
2009-02-04 08:13:41 +00:00
parent 4b23bb9bb2
commit e3dcefe207
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#define FILES 1
#define DIRS 2
#define SCRIPT_ENGINE "SCRIPT ENGINE"
#define SCRIPT_ENGINE "NSE"
#define SCRIPT_ENGINE_LUA "LUA INTERPRETER"
#define SCRIPT_ENGINE_SUCCESS 0
#define SCRIPT_ENGINE_ERROR 2

View File

@@ -21,7 +21,7 @@
#include <openssl/ssl.h>
#endif
#define SCRIPT_ENGINE "SCRIPT ENGINE"
#define SCRIPT_ENGINE "NSE"
#define NSOCK_WRAPPER "NSOCK WRAPPER"
#define NSOCK_WRAPPER_SUCCESS 0
#define NSOCK_WRAPPER_ERROR 2