aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-10-06 09:06:54 +0200
committerAnders Broman <a.broman58@gmail.com>2015-10-07 06:50:43 +0000
commit4bd74c7def392a93c8a96177ac249a7a9ddaf52a (patch)
tree30ff89ae49a3330f1e62587ba8d979fc66144344
parentc6742d9d9125eab9bd9dd047752158b7d87f0531 (diff)
Update last updated DNS parameters (2015-07-26)
* draft-ietf-dnsop-delegation-trust-maintainance-14 => RFC 7344 Update also DNS-Based Authentication of Named Entities (DANE) Parameters ( 2014-04-23) (no change) Change-Id: I7aa7dddf8c26d2ea2ccb4a0533d835ce119737bd Reviewed-on: https://code.wireshark.org/review/10825 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-dns.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index 71020a5e91..9766e58f93 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -813,7 +813,7 @@ http://www.windows.com/windows2000/en/server/help/sag_DNS_imp_UsingWinsLookup.ht
http://www.microsoft.com/windows2000/library/resources/reskit/samplechapters/cncf/cncf_imp_wwaw.asp
which discuss them to some extent. */
-/* http://www.iana.org/assignments/dns-parameters (last updated 2014-08-12)*/
+/* http://www.iana.org/assignments/dns-parameters (last updated 2015-07-26)*/
static const value_string dns_qr_vals[] = {
{ 0, "Query" },
@@ -877,21 +877,21 @@ static const value_string dns_types_vals[] = {
{ T_HIP, "HIP" }, /* RFC 5205 */
{ T_RKEY, "RKEY" },
{ T_TALINK, "TALINK" },
- { T_CDS, "CDS" }, /* draft-ietf-dnsop-delegation-trust-maintainance-14 */
- { T_CDNSKEY, "CDNSKEY" }, /* draft-ietf-dnsop-delegation-trust-maintainance-14 */
- { T_OPENPGPKEY, "OPENPGPKEY" }, /* draft-ietf-dane-openpgpkey-00 */
+ { T_CDS, "CDS" }, /* RFC 7344 */
+ { T_CDNSKEY, "CDNSKEY" }, /* RFC 7344*/
+ { T_OPENPGPKEY, "OPENPGPKEY" }, /* draft-ietf-dane-openpgpkey */
{ T_CSYNC, "CSYNC " }, /* RFC 7477 */
{ T_SPF, "SPF" }, /* RFC 4408 */
{ T_UINFO, "UINFO" }, /* IANA reserved */
{ T_UID, "UID" }, /* IANA reserved */
{ T_GID, "GID" }, /* IANA reserved */
{ T_UNSPEC, "UNSPEC" }, /* IANA reserved */
- { T_NID, "NID" }, /* RFC6742 */
- { T_L32, "L32" }, /* RFC6742 */
- { T_L64, "L64" }, /* RFC6742 */
- { T_LP, "LP" }, /* RFC6742 */
- { T_EUI48, "EUI48" }, /* RFC7043 */
- { T_EUI64, "EUI64" }, /* RFC7043 */
+ { T_NID, "NID" }, /* RFC 6742 */
+ { T_L32, "L32" }, /* RFC 6742 */
+ { T_L64, "L64" }, /* RFC 6742 */
+ { T_LP, "LP" }, /* RFC 6742 */
+ { T_EUI48, "EUI48" }, /* RFC 7043 */
+ { T_EUI64, "EUI64" }, /* RFC 7043 */
{ T_TKEY, "TKEY" },
{ T_TSIG, "TSIG" },
{ T_IXFR, "IXFR" },
@@ -970,10 +970,10 @@ static const value_string dns_types_description_vals[] = {
{ T_HIP, "HIP (Host Identity Protocol)" }, /* RFC 5205 */
{ T_RKEY, "RKEY" },
{ T_TALINK, "TALINK (Trust Anchor LINK)" },
- { T_CDS, "CDS (Child DS)" }, /* draft-ietf-dnsop-delegation-trust-maintainance-14 */
- { T_CDNSKEY, "CDNSKEY (DNSKEY(s) the Child wants reflected in DS)" }, /* draft-ietf-dnsop-delegation-trust-maintainance-14 */
- { T_OPENPGPKEY, "OPENPGPKEY (OpenPGP Key)" }, /* draft-ietf-dane-openpgpkey-00 */
- { T_CSYNC, "CSYNC (Child-to-Parent Synchronization)" }, /* RFC7477 */
+ { T_CDS, "CDS (Child DS)" }, /* RFC 7344 */
+ { T_CDNSKEY, "CDNSKEY (DNSKEY(s) the Child wants reflected in DS)" }, /* RFC 7344 */
+ { T_OPENPGPKEY, "OPENPGPKEY (OpenPGP Key)" }, /* draft-ietf-dane-openpgpkey */
+ { T_CSYNC, "CSYNC (Child-to-Parent Synchronization)" }, /* RFC 7477 */
{ T_SPF, "SPF" }, /* RFC 4408 */
{ T_UINFO, "UINFO" }, /* IANA reserved */
{ T_UID, "UID" }, /* IANA reserved */
@@ -1022,7 +1022,7 @@ static const value_string edns0_opt_code_vals[] = {
{0, NULL}
};
/* DNS-Based Authentication of Named Entities (DANE) Parameters
- http://www.iana.org/assignments/dane-parameters (last updated 2012-08-14)
+ http://www.iana.org/assignments/dane-parameters (last updated 2014-04-23)
*/
/* TLSA Certificate Usages */
#define TLSA_CU_PKIX_TA 0