mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Tiny change: icmp_hun.ih_void -> icmp_void in osscan2.cc. icmp_void is #define'd to that ugly thing
This commit is contained in:
parent
69754e8311
commit
b8b7e2c47a
1 changed files with 1 additions and 1 deletions
|
|
@ -2449,7 +2449,7 @@ bool HostOsScan::processTUdpResp(HostOsScanStats *hss, struct ip *ip) {
|
|||
|
||||
/* unused filed not zero in Destination Unreachable Message */
|
||||
AVs[current_testno].attribute = "UN";
|
||||
sprintf(AVs[current_testno].value, "%hX", ntohl(icmp->icmp_hun.ih_void));
|
||||
sprintf(AVs[current_testno].value, "%hX", ntohl(icmp->icmp_void));
|
||||
|
||||
current_testno++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue