mirror of
https://github.com/nmap/nmap.git
synced 2026-09-22 08:06:49 +00:00
matches, but keep searching in case there's an interface where both the hardware address and description string match. Matching only on the hardware address is not sufficient, because several interfaces will have the same address in the case of interface teaming. See the log message for r17542. But this revision broke interface matching for Luis MartinGarcia and Rob Nicholls. For Luis, the call to PacketRequest with OID_GEN_FRIENDLY_NAME was failing. For Rob, the friendly name differed slightly from the description provided by libpcap. This change makes a hardware address match good enough but will prefer a description match too. |
||
|---|---|---|
| .. | ||
| addr-util.c | ||
| addr.c | ||
| arp-bsd.c | ||
| arp-ioctl.c | ||
| arp-none.c | ||
| arp-win32.c | ||
| blob.c | ||
| crc32ct.h | ||
| err.c | ||
| eth-bsd.c | ||
| eth-dlpi.c | ||
| eth-linux.c | ||
| eth-ndd.c | ||
| eth-none.c | ||
| eth-pfilt.c | ||
| eth-snoop.c | ||
| eth-win32.c | ||
| fw-none.c | ||
| intf-win32.c | ||
| intf.c | ||
| ip-cooked.c | ||
| ip-util.c | ||
| ip-win32.c | ||
| ip.c | ||
| ip6.c | ||
| Makefile.am | ||
| Makefile.in | ||
| memcmp.c | ||
| rand.c | ||
| route-bsd.c | ||
| route-hpux.c | ||
| route-linux.c | ||
| route-none.c | ||
| route-win32.c | ||
| strlcat.c | ||
| strlcpy.c | ||
| strsep.c | ||
| tun-bsd.c | ||
| tun-linux.c | ||
| tun-none.c | ||
| tun-solaris.c | ||