mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 22:49:01 +00:00
Added a new NSE_STATUS_PROXYERROR status type to report proxy-related errors
back to caller.
This commit is contained in:
@@ -500,6 +500,7 @@ const char *nse_status2str(enum nse_status status) {
|
||||
case NSE_STATUS_CANCELLED: return "CANCELLED";
|
||||
case NSE_STATUS_KILL: return "KILL";
|
||||
case NSE_STATUS_EOF: return "EOF";
|
||||
case NSE_STATUS_PROXYERROR: return "PROXY ERROR";
|
||||
default:
|
||||
return "UNKNOWN!";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user