mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 15:03:20 +00:00
merge soc07 r5360:5367 - Merge Majek's raw packet NSE patch
This commit is contained in:
parent
a788bd1a46
commit
c124e918b7
6 changed files with 729 additions and 7 deletions
1
Target.h
1
Target.h
|
|
@ -181,6 +181,7 @@ class Target {
|
|||
been set yet. */
|
||||
void setDirectlyConnected(bool connected);
|
||||
bool directlyConnected();
|
||||
int directlyConnectedOrUnset(); /* 1-directly connected, 0-no, -1-we don't know*/
|
||||
|
||||
/* If the host is NOT directly connected, you can set the next hop
|
||||
value here. It is OK to pass in a sockaddr_in or sockaddr_in6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue