1
0
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:
batrick
2008-07-07 17:37:08 +00:00
parent f9e6d7d01a
commit 13452505a5
6 changed files with 53 additions and 36 deletions

View File

@@ -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 */