summaryrefslogtreecommitdiff
path: root/print-domain.c
diff options
context:
space:
mode:
authorguy <guy>2006-04-07 08:47:34 +0000
committerguy <guy>2006-04-07 08:47:34 +0000
commitc245819b11679a2dba5a12a52b4237c45d363054 (patch)
treeafa28c0d9cdaad8ec76d3913a2a6051fde672838 /print-domain.c
parent008ac5074c1318b9985a4c3eb51e4f0c808d5f12 (diff)
downloadtcpdump-c245819b11679a2dba5a12a52b4237c45d363054.tar.gz
From Wesley Griffin <wgriffin@users.sourceforge.net>: update the list of
DNS RR typecodes.
Diffstat (limited to 'print-domain.c')
-rw-r--r--print-domain.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/print-domain.c b/print-domain.c
index 8e8bbece..d2de5692 100644
--- a/print-domain.c
+++ b/print-domain.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.90 2005-04-20 20:59:30 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.91 2006-04-07 08:47:34 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -278,9 +278,20 @@ struct tok ns_type2str[] = {
{ T_SRV, "SRV" }, /* RFC 2782 */
{ T_ATMA, "ATMA" }, /* ATM Forum */
{ T_NAPTR, "NAPTR" }, /* RFC 2168, RFC 2915 */
+ { T_KX, "KX" }, /* RFC 2230 */
+ { T_CERT, "CERT" }, /* RFC 2538 */
{ T_A6, "A6" }, /* RFC 2874 */
{ T_DNAME, "DNAME" }, /* RFC 2672 */
+ { T_SINK, "SINK" },
{ T_OPT, "OPT" }, /* RFC 2671 */
+ { T_APL, "APL" }, /* RFC 3123 */
+ { T_DS, "DS" }, /* RFC 4034 */
+ { T_SSHFP, "SSHFP" }, /* RFC 4255 */
+ { T_IPSECKEY, "IPSECKEY" }, /* RFC 4025 */
+ { T_RRSIG, "RRSIG" }, /* RFC 4034 */
+ { T_NSEC, "NSEC" }, /* RFC 4034 */
+ { T_DNSKEY, "DNSKEY" }, /* RFC 4034 */
+ { T_SPF, "SPF" }, /* RFC-schlitt-spf-classic-02.txt */
{ T_UINFO, "UINFO" },
{ T_UID, "UID" },
{ T_GID, "GID" },