From 46a7e84b69eac45d930e8c442332948d01ffbca2 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 4 Jan 2023 21:24:04 +0100 Subject: [PATCH] DNS: it is a IP6 Address for AAAA From IANA Table --- epan/dissectors/packet-dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c index 080c385773..dcd4ef043e 100644 --- a/epan/dissectors/packet-dns.c +++ b/epan/dissectors/packet-dns.c @@ -1075,7 +1075,7 @@ static const value_string dns_types_description_vals[] = { { T_KEY, "KEY (security key)" }, { T_PX, "PX (X.400 mail mapping information)" }, { T_GPOS, "GPOS (Geographical Position)" }, - { T_AAAA, "AAAA (IPv6 Address)" }, + { T_AAAA, "AAAA (IP6 Address)" }, { T_LOC, "LOC (Location Information)" }, { T_NXT, "NXT (Next Domain)" }, { T_EID, "EID (Endpoint Identifier)" },