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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user