1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +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 = {
TRYING = 100,
RING = 180,
BUSY = 486,
DECLINE = 603,
OK = 200,
UNAUTHORIZED = 401,
FORBIDDEN = 403,