mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
latest changes, including a couple doug fixes
This commit is contained in:
4
tcpip.h
4
tcpip.h
@@ -750,10 +750,6 @@ char *readip_pcap(pcap_t *pd, unsigned int *len, long to_usec,
|
||||
int read_arp_reply_pcap(pcap_t *pd, u8 *sendermac, struct in_addr *senderIP,
|
||||
long to_usec, struct timeval *rcvdtime);
|
||||
|
||||
#ifndef HAVE_INET_ATON
|
||||
int inet_aton(register const char *, struct in_addr *);
|
||||
#endif
|
||||
|
||||
/* Examines the given tcp packet and obtains the TCP timestamp option
|
||||
information if available. Note that the CALLER must ensure that
|
||||
"tcp" contains a valid header (in particular the th_off must be the
|
||||
|
||||
Reference in New Issue
Block a user