1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Remove vestiges of WinIP library.

This was an old library removed in r2811 and r2812, of which a few
traces remained.

I don't know the purpose of this in nbase_misc.c:
  if(sd != 501) // Hack related to WinIP Raw Socket support
    ioctlsocket (sd, FIONBIO, &one);
This commit is contained in:
david
2012-10-01 19:54:17 +00:00
parent d7479cfa94
commit a8c51eeda0
5 changed files with 6 additions and 8 deletions

View File

@@ -536,9 +536,7 @@ void broadcast_socket(int sd);
int recvtime(int sd, char *buf, int len, int seconds, int *timedout);
/* Sets a pcap filter function -- makes SOCK_RAW reads easier */
#ifndef WINIP_H
void set_pcap_filter(const char *device, pcap_t *pd, const char *bpf, ...);
#endif
#endif /*TCPIP_H*/