1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove/change some text to describe Npcap, not WinPcap

This commit is contained in:
dmiller
2021-07-21 22:42:46 +00:00
parent a2690ffa45
commit 7bf0a7f016
6 changed files with 10 additions and 28 deletions

View File

@@ -235,10 +235,10 @@ void win32_fatal_raw_sockets(const char *devname) {
}
}
/* Display the mapping from libdnet interface names (like "eth0") to WinPcap
/* Display the mapping from libdnet interface names (like "eth0") to Npcap
interface names (like "\Device\NPF_{...}"). This is the same mapping used by
eth_open and so can help diagnose connection problems. Additionally display
WinPcap interface names that are not mapped to by any libdnet name, in other
Npcap interface names that are not mapped to by any libdnet name, in other
words the names of interfaces Nmap has no way of using.*/
static void print_iflist_pcap_mapping(const struct interface_info *iflist,
int numifs) {