Ethereal-dev: [Ethereal-dev] RFC 3658 is finally out

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: Fri, 19 Dec 2003 09:55:55 +0100
This small patchlet updates comments after the release of the RFC 3658 covering DS
records in DNSsec. This also fixes a typo in the AUTHORS file.

--
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


Index: AUTHORS
===================================================================
RCS file: /cvsroot/ethereal/AUTHORS,v
retrieving revision 1.911
diff -r1.911 AUTHORS
1943c1943
< 	DNS DSS RR support
---
> 	DNS DS RR support
Index: packet-dns.c
===================================================================
RCS file: /cvsroot/ethereal/packet-dns.c,v
retrieving revision 1.115
diff -r1.115 packet-dns.c
140c140
< #define T_DS            43		/* draft-ietf-dnsext-delegation-signature */
---
> #define T_DS            43		/* Delegation Signature(RFC 3658) */
334c334
<     "DS"				/* draft-ietf-dnsext-delegation-signer-15.txt */
---
>     "DS"				/* RFC 3658 */
428c428
<     "Delegation Signer"                 /* draft-ietf-dnsext-delegation-signer-15.txt */
---
>     "Delegation Signer"                 /* RFC 3658 */