mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Rename the function send_closedudp_probe_2 to send_closedudp_probe (lose the _2
suffix). It was named this was to avoid a name conflict with first-gen OS detection, which isn't a problem now.
This commit is contained in:
@@ -118,9 +118,9 @@ class Target;
|
||||
processed as smaller groups to improve accuracy */
|
||||
void os_scan2(std::vector<Target *> &Targets);
|
||||
|
||||
int send_closedudp_probe_2(struct udpprobeinfo &upi, int sd,
|
||||
struct eth_nfo *eth, const struct in_addr *victim,
|
||||
int ttl, u16 sport, u16 dport);
|
||||
int send_closedudp_probe(struct udpprobeinfo &upi, int sd,
|
||||
struct eth_nfo *eth, const struct in_addr *victim,
|
||||
int ttl, u16 sport, u16 dport);
|
||||
int send_icmp_echo_probe(int sd, struct eth_nfo *eth, const struct in_addr *victim,
|
||||
u8 tos, bool df, u8 pcode, unsigned short id, u16 seq, u16 datalen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user