1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-18 13:39:02 +00:00

Added busy and decline response status code.

This commit is contained in:
kroosec
2012-06-26 00:35:23 +00:00
parent 81ce80cb02
commit cb38bebdce

View File

@@ -63,6 +63,8 @@ Method = {
Error = { Error = {
TRYING = 100, TRYING = 100,
RING = 180, RING = 180,
BUSY = 486,
DECLINE = 603,
OK = 200, OK = 200,
UNAUTHORIZED = 401, UNAUTHORIZED = 401,
FORBIDDEN = 403, FORBIDDEN = 403,