mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
merge soc07 r4804 - misc. NSE improvements
This commit is contained in:
parent
b642be63c5
commit
c6f2ab6e83
6 changed files with 38 additions and 3 deletions
7
Target.h
7
Target.h
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue