mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Change 'SCRIPT ENGINE' prefix in log messages to the shorter 'NSE'
This commit is contained in:
parent
4b23bb9bb2
commit
e3dcefe207
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue