mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 13:19:04 +00:00
Added ScriptResult class change in order to avoid managing string memory
created via strdup(). Script output and id (strings) are now C++ std::string.
This commit is contained in:
2
output.h
2
output.h
@@ -196,7 +196,7 @@ void printosscanoutput(Target *currenths);
|
||||
void printserviceinfooutput(Target *currenths);
|
||||
|
||||
void printhostscriptresults(Target *currenths);
|
||||
char* formatScriptOutput(struct script_scan_result ssr);
|
||||
char* formatScriptOutput(ScriptResult sr);
|
||||
|
||||
/* Print a detailed list of Nmap interfaces and routes to
|
||||
normal/skiddy/stdout output */
|
||||
|
||||
Reference in New Issue
Block a user