mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Define 'State.DISABLED_VALID' value.
This commit is contained in:
parent
ae90b1b6f8
commit
0b20e734b4
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ State = {
|
|||
TIME_RESTRICTED = 64,
|
||||
HOST_RESTRICTED = 128,
|
||||
LOCKED_VALID = 256,
|
||||
DISABLED_VALID = 512,
|
||||
}
|
||||
|
||||
StateMsg = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue