mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Was throwing an exception when parsing a packet with a source IP that had a fourth octet greater than 127, since the %d format specifier used in the dups check is for signed integers, and the IP is little-endian. Switched to %u (unsigned int) and it works great.
21 KiB
21 KiB