1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Simplify mass_dns for the case of requesting A and AAAA records

This commit is contained in:
dmiller
2024-05-13 14:31:32 +00:00
parent 43e70c09d2
commit 0896ed3f5d
3 changed files with 91 additions and 62 deletions

View File

@@ -128,6 +128,7 @@ typedef enum {
CNAME = 5,
PTR = 12,
AAAA = 28,
ANY = 255, // Internally defined as "A and AAAA"
} RECORD_TYPE;
typedef enum {