Ethereal-dev: Re: [Ethereal-dev] Support for DS records

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: David Fort <david.fort@xxxxxxxx>
Date: Thu, 27 Nov 2003 10:14:52 +0100
David Fort wrote:

This little patch adds DNS DS records supports to ethereal. The
patch is against the last ethereal i could find: ethereal-2003-11-26.

Enjoy.

I made a typo in my last patch, this patchlet fixes it.

--
Projet IDsA
IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France
T�l: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71
--- packet-dns.c.old	2003-11-27 10:01:42.000000000 -0500
+++ packet-dns.c	2003-11-26 19:02:53.000000000 -0500
@@ -865,7 +865,7 @@
 	  { DNS_ALGO_DH,         "Diffie-Hellman" },
 	  { DNS_ALGO_DSA,        "DSA" },
 	  { DNS_ALGO_ECC,        "Elliptic curve crypto" },
-	  { DNS_ALGO_RSAMD5,     "RSA/MD5" },
+	  { DNS_ALGO_RSASHA1,    "RSA/SHA1" },
 	  { DNS_ALGO_HMACMD5,    "HMAC/MD5" },
 	  { DNS_ALGO_INDIRECT,   "Indirect key" },
 	  { DNS_ALGO_PRIVATEDNS, "Private, domain name" },