1
0
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:
david
2008-12-19 18:39:29 +00:00
parent fc9290d734
commit b4dbc10f0c
2 changed files with 9 additions and 9 deletions

View File

@@ -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);