mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 08:59:01 +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:
@@ -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++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user