master
Bump version to 7.991SVN
Remove a script that exists elsewhere in updated format.
Avoid unlimited rate due to integer division. Fixes #1751
Bump copyright date to 2026 [skip ci]
Check return from OpenSSL allocation functions. Fixes #2721
Correct IP version check. Fixes #3215
Fix signedness and strncpy truncation warnings
Properly determine device name from target if possible
Reintegrate Nmap 7.90 release branch
Remove unused/empty common.h and common.cc from nping
Fix memory leak of client IDs
Replace instances of sprintf(buf, "literal") with bufset macro
Remove duplicate function
Use libnetutil's IPv6 sending for Nping
Update config.guess and config.sub from the latest source
Reintegrate Nmap 7.98 release branch
Change configure check for libpcap to require pcap_create (libpcap 1.0.0 or later). See #1291
Copy nping, nsock, nbase, zenmap, ncat from their homes in /.
Add WSL compatibility warning to Nping
Update http urls for nmap.org to https
Simplify by using existing nbase function
Replace instances of sprintf with Snprintf
MACtoa: make return pointer const, use Snprintf vs sprintf
Add missing macro definition
Remove unneeded includes of pcap.h on Windows