merge soc07 r4804 - misc. NSE improvements

This commit is contained in:
fyodor 2007-08-11 03:32:26 +00:00
parent b642be63c5
commit c6f2ab6e83
6 changed files with 38 additions and 3 deletions

View file

@ -105,7 +105,11 @@
#include "nmap.h"
#include "FingerPrintResults.h"
#ifndef NOLUA
#include "nse_main.h"
#endif
#include "reason.h"
#ifndef INET6_ADDRSTRLEN
@ -240,7 +244,10 @@ class Target {
struct timeout_info to;
char *hostname; // Null if unable to resolve or unset
#ifndef NOLUA
ScriptResults scriptResults;
#endif
state_reason_t reason;
private: