mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 17:09:02 +00:00
Added some more DOS constants that Brandon ran across
This commit is contained in:
@@ -1872,7 +1872,11 @@ status_codes =
|
||||
NT_STATUS_MORE_ENTRIES = 0x00000105,
|
||||
NT_STATUS_SOME_NOT_MAPPED = 0x00000107,
|
||||
DOS_STATUS_UNKNOWN_ERROR = 0x00010001,
|
||||
DOS_STATUS_UNKNOWN_ERROR_2 = 0x00010002,
|
||||
DOS_STATUS_DIRECTORY_NOT_FOUND = 0x00030001,
|
||||
DOS_STATUS_ACCESS_DENIED = 0x00050001,
|
||||
DOS_STATUS_INVALID_FID = 0x00060001,
|
||||
DOS_STATUS_INVALID_NETWORK_NAME = 0x00060002,
|
||||
NT_STATUS_BUFFER_OVERFLOW = 0x80000005,
|
||||
NT_STATUS_UNSUCCESSFUL = 0xc0000001,
|
||||
NT_STATUS_NOT_IMPLEMENTED = 0xc0000002,
|
||||
|
||||
Reference in New Issue
Block a user