mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Consolidate raw socket acquisition.
This commit is contained in:
6
output.h
6
output.h
@@ -123,12 +123,6 @@ class Target;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
/* Show a fatal error explaining that an interface is not Ethernet and won't
|
||||
work on Windows. Do nothing if --send-ip (PACKET_SEND_IP_STRONG) was used. */
|
||||
void win32_fatal_raw_sockets(const char *devname);
|
||||
#endif
|
||||
|
||||
/* Prints the familiar Nmap tabular output showing the "interesting"
|
||||
ports found on the machine. It also handles the Machine/Grepable
|
||||
output and the XML output. It is pretty ugly -- in particular I
|
||||
|
||||
Reference in New Issue
Block a user