This commit is contained in:
Anuken
2023-02-26 15:44:51 -05:00
parent 8e9b409b63
commit 6be497878c

View File

@@ -119,7 +119,7 @@ public class Dns{
result.getShort(); // OFFSET
int answerType = result.getShort() & 0xFFFF; // Type
result.getShort(); // Class
long ttl = result.getInt() & 0xFFFFFFFFL; // TTL
result.getInt(); // TTL
int length = result.getShort() & 0xFFFF; // Data length
// Optionally CNAME results will be returned with the A results, skip those