Merge r22026 through r22063 from /nmap-exp/david/nmap-script-help (new

--script-help option).
This commit is contained in:
david 2011-01-27 21:44:54 +00:00
parent 08cf0411cc
commit 8553cb3157
8 changed files with 213 additions and 2 deletions

View file

@ -308,6 +308,7 @@ void NmapOps::Initialize() {
scriptversion = 0;
scripttrace = 0;
scriptupdatedb = 0;
scripthelp = false;
chosenScripts.clear();
#endif
memset(&sourcesock, 0, sizeof(sourcesock));