mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
Updated some macros to clean up code. Moved
porttests and hosttests to Lua's registry where they belong.
This commit is contained in:
10
nse_macros.h
10
nse_macros.h
@@ -6,10 +6,20 @@
|
||||
#define PORTRULE "portrule"
|
||||
#define PORTTESTS "porttests"
|
||||
#define ACTION "action"
|
||||
#define HOST "host"
|
||||
#define PORT "port"
|
||||
#define PORT_U "Port"
|
||||
#define DESCRIPTION "description"
|
||||
#define AUTHOR "author"
|
||||
#define LICENSE "license"
|
||||
#define RUNLEVEL "runlevel"
|
||||
#define TARGET_CLASS "Target Class"
|
||||
#define TARGET "target"
|
||||
#define TYPE "type"
|
||||
#define ID "id"
|
||||
#define FILENAME "filename"
|
||||
#define CATEGORY "category"
|
||||
#define WAITING "nse_waiting"
|
||||
#define FILES 1
|
||||
#define DIRS 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user