Home | History | Annotate | Line # | Download | only in dist
nameser.h revision 1.2.12.1
      1  1.2.12.1       tls /* @(#) Header: /tcpdump/master/tcpdump/nameser.h,v 1.16 2006-11-10 03:18:21 guy Exp  (LBL) */
      2       1.1  christos /*
      3       1.1  christos  * Copyright (c) 1983, 1989, 1993
      4       1.1  christos  *	The Regents of the University of California.  All rights reserved.
      5       1.1  christos  *
      6       1.1  christos  * Redistribution and use in source and binary forms, with or without
      7       1.1  christos  * modification, are permitted provided that the following conditions
      8       1.1  christos  * are met:
      9       1.1  christos  * 1. Redistributions of source code must retain the above copyright
     10       1.1  christos  *    notice, this list of conditions and the following disclaimer.
     11       1.1  christos  * 2. Redistributions in binary form must reproduce the above copyright
     12       1.1  christos  *    notice, this list of conditions and the following disclaimer in the
     13       1.1  christos  *    documentation and/or other materials provided with the distribution.
     14       1.2  christos  * 3. Neither the name of the University nor the names of its contributors
     15       1.1  christos  *    may be used to endorse or promote products derived from this software
     16       1.1  christos  *    without specific prior written permission.
     17       1.1  christos  *
     18       1.1  christos  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     19       1.1  christos  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     20       1.1  christos  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     21       1.1  christos  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     22       1.1  christos  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     23       1.1  christos  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     24       1.1  christos  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     25       1.1  christos  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     26       1.1  christos  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     27       1.1  christos  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     28       1.1  christos  * SUCH DAMAGE.
     29       1.1  christos  *
     30       1.1  christos  *      @(#)nameser.h	8.2 (Berkeley) 2/16/94
     31       1.1  christos  * -
     32       1.1  christos  * Portions Copyright (c) 1993 by Digital Equipment Corporation.
     33       1.1  christos  *
     34       1.1  christos  * Permission to use, copy, modify, and distribute this software for any
     35       1.1  christos  * purpose with or without fee is hereby granted, provided that the above
     36       1.1  christos  * copyright notice and this permission notice appear in all copies, and that
     37       1.1  christos  * the name of Digital Equipment Corporation not be used in advertising or
     38       1.1  christos  * publicity pertaining to distribution of the document or software without
     39       1.1  christos  * specific, written prior permission.
     40       1.1  christos  *
     41       1.1  christos  * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
     42       1.1  christos  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
     43       1.1  christos  * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
     44       1.1  christos  * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
     45       1.1  christos  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
     46       1.1  christos  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
     47       1.1  christos  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
     48       1.1  christos  * SOFTWARE.
     49       1.1  christos  * -
     50       1.1  christos  * --Copyright--
     51       1.1  christos  */
     52       1.1  christos 
     53       1.1  christos #ifndef _NAMESER_H_
     54       1.1  christos #define	_NAMESER_H_
     55       1.1  christos 
     56       1.1  christos #include <sys/types.h>
     57       1.1  christos 
     58       1.1  christos /*
     59       1.1  christos  * Define constants based on rfc883
     60       1.1  christos  */
     61       1.1  christos #define PACKETSZ	512		/* maximum packet size */
     62       1.1  christos #define MAXDNAME	256		/* maximum domain name */
     63       1.1  christos #define MAXCDNAME	255		/* maximum compressed domain name */
     64       1.1  christos #define MAXLABEL	63		/* maximum length of domain label */
     65       1.1  christos 	/* Number of bytes of fixed size data in query structure */
     66       1.1  christos #define QFIXEDSZ	4
     67       1.1  christos 	/* number of bytes of fixed size data in resource record */
     68       1.1  christos #define RRFIXEDSZ	10
     69       1.1  christos 
     70       1.1  christos /*
     71       1.1  christos  * Internet nameserver port number
     72       1.1  christos  */
     73       1.1  christos #define NAMESERVER_PORT	53
     74       1.1  christos 
     75       1.1  christos /*
     76       1.1  christos  * Port for multicast DNS; see
     77       1.1  christos  *
     78       1.1  christos  *	http://files.multicastdns.org/draft-cheshire-dnsext-multicastdns.txt
     79       1.1  christos  *
     80       1.1  christos  * for the current mDNS spec.
     81       1.1  christos  */
     82       1.1  christos #define MULTICASTDNS_PORT	5353
     83       1.1  christos 
     84       1.1  christos /*
     85       1.1  christos  * Currently defined opcodes
     86       1.1  christos  */
     87       1.1  christos #define QUERY		0x0		/* standard query */
     88       1.1  christos #define IQUERY		0x1		/* inverse query */
     89       1.1  christos #define STATUS		0x2		/* nameserver status query */
     90       1.1  christos #if 0
     91       1.1  christos #define xxx		0x3		/* 0x3 reserved */
     92       1.1  christos #endif
     93       1.1  christos 	/* non standard - supports ALLOW_UPDATES stuff from Mike Schwartz */
     94       1.1  christos #define UPDATEA		0x9		/* add resource record */
     95       1.1  christos #define UPDATED		0xa		/* delete a specific resource record */
     96       1.1  christos #define UPDATEDA	0xb		/* delete all named resource record */
     97       1.1  christos #define UPDATEM		0xc		/* modify a specific resource record */
     98       1.1  christos #define UPDATEMA	0xd		/* modify all named resource record */
     99       1.1  christos 
    100       1.1  christos #define ZONEINIT	0xe		/* initial zone transfer */
    101       1.1  christos #define ZONEREF		0xf		/* incremental zone referesh */
    102       1.1  christos 
    103       1.1  christos /*
    104       1.1  christos  * Undefine various #defines from various System V-flavored OSes (Solaris,
    105       1.1  christos  * SINIX, HP-UX) so the compiler doesn't whine that we redefine them.
    106       1.1  christos  */
    107       1.1  christos #ifdef T_NULL
    108       1.1  christos #undef T_NULL
    109       1.1  christos #endif
    110       1.1  christos #ifdef T_OPT
    111       1.1  christos #undef T_OPT
    112       1.1  christos #endif
    113       1.1  christos #ifdef T_UNSPEC
    114       1.1  christos #undef T_UNSPEC
    115       1.1  christos #endif
    116       1.1  christos #ifdef NOERROR
    117       1.1  christos #undef NOERROR
    118       1.1  christos #endif
    119       1.1  christos 
    120       1.1  christos /*
    121       1.1  christos  * Currently defined response codes
    122       1.1  christos  */
    123       1.1  christos #define NOERROR		0		/* no error */
    124       1.1  christos #define FORMERR		1		/* format error */
    125       1.1  christos #define SERVFAIL	2		/* server failure */
    126       1.1  christos #define NXDOMAIN	3		/* non existent domain */
    127       1.1  christos #define NOTIMP		4		/* not implemented */
    128       1.1  christos #define REFUSED		5		/* query refused */
    129       1.1  christos 	/* non standard */
    130       1.1  christos #define NOCHANGE	0xf		/* update failed to change db */
    131       1.1  christos 
    132       1.1  christos /*
    133       1.1  christos  * Type values for resources and queries
    134       1.1  christos  */
    135       1.1  christos #define T_A		1		/* host address */
    136       1.1  christos #define T_NS		2		/* authoritative server */
    137       1.1  christos #define T_MD		3		/* mail destination */
    138       1.1  christos #define T_MF		4		/* mail forwarder */
    139       1.1  christos #define T_CNAME		5		/* connonical name */
    140       1.1  christos #define T_SOA		6		/* start of authority zone */
    141       1.1  christos #define T_MB		7		/* mailbox domain name */
    142       1.1  christos #define T_MG		8		/* mail group member */
    143       1.1  christos #define T_MR		9		/* mail rename name */
    144       1.1  christos #define T_NULL		10		/* null resource record */
    145       1.1  christos #define T_WKS		11		/* well known service */
    146       1.1  christos #define T_PTR		12		/* domain name pointer */
    147       1.1  christos #define T_HINFO		13		/* host information */
    148       1.1  christos #define T_MINFO		14		/* mailbox information */
    149       1.1  christos #define T_MX		15		/* mail routing information */
    150       1.1  christos #define T_TXT		16		/* text strings */
    151       1.1  christos #define	T_RP		17		/* responsible person */
    152       1.1  christos #define	T_AFSDB		18		/* AFS cell database */
    153       1.1  christos #define T_X25		19		/* X_25 calling address */
    154       1.1  christos #define T_ISDN		20		/* ISDN calling address */
    155       1.1  christos #define T_RT		21		/* router */
    156       1.1  christos #define	T_NSAP		22		/* NSAP address */
    157       1.1  christos #define	T_NSAP_PTR	23		/* reverse lookup for NSAP */
    158       1.1  christos #define T_SIG		24		/* security signature */
    159       1.1  christos #define T_KEY		25		/* security key */
    160       1.1  christos #define T_PX		26		/* X.400 mail mapping */
    161       1.1  christos #define T_GPOS		27		/* geographical position (withdrawn) */
    162       1.1  christos #define T_AAAA		28		/* IP6 Address */
    163       1.1  christos #define T_LOC		29		/* Location Information */
    164       1.1  christos #define T_NXT		30		/* Next Valid Name in Zone */
    165       1.1  christos #define T_EID		31		/* Endpoint identifier */
    166       1.1  christos #define T_NIMLOC	32		/* Nimrod locator */
    167       1.1  christos #define T_SRV		33		/* Server selection */
    168       1.1  christos #define T_ATMA		34		/* ATM Address */
    169       1.1  christos #define T_NAPTR		35		/* Naming Authority PoinTeR */
    170       1.1  christos #define T_KX		36		/* Key Exchanger */
    171       1.1  christos #define T_CERT		37		/* Certificates in the DNS */
    172       1.1  christos #define T_A6		38		/* IP6 address */
    173       1.1  christos #define T_DNAME		39		/* non-terminal redirection */
    174       1.1  christos #define T_SINK		40		/* unknown */
    175       1.1  christos #define T_OPT		41		/* EDNS0 option (meta-RR) */
    176       1.1  christos #define T_APL		42		/* lists of address prefixes */
    177       1.1  christos #define T_DS		43		/* Delegation Signer */
    178       1.1  christos #define T_SSHFP		44		/* SSH Fingerprint */
    179       1.1  christos #define T_IPSECKEY	45		/* IPsec keying material */
    180       1.1  christos #define T_RRSIG		46		/* new security signature */
    181       1.1  christos #define T_NSEC		47		/* provable insecure information */
    182       1.1  christos #define T_DNSKEY	48		/* new security key */
    183       1.1  christos 	/* non standard */
    184       1.1  christos #define T_SPF		99		/* sender policy framework */
    185       1.1  christos #define T_UINFO		100		/* user (finger) information */
    186       1.1  christos #define T_UID		101		/* user ID */
    187       1.1  christos #define T_GID		102		/* group ID */
    188       1.1  christos #define T_UNSPEC	103		/* Unspecified format (binary data) */
    189       1.1  christos #define T_UNSPECA	104		/* "unspecified ascii". Ugly MIT hack */
    190       1.1  christos 	/* Query type values which do not appear in resource records */
    191       1.1  christos #define T_TKEY		249		/* Transaction Key [RFC2930] */
    192       1.1  christos #define T_TSIG		250		/* Transaction Signature [RFC2845] */
    193       1.1  christos #define T_IXFR		251		/* incremental transfer [RFC1995] */
    194       1.1  christos #define T_AXFR		252		/* transfer zone of authority */
    195       1.1  christos #define T_MAILB		253		/* transfer mailbox records */
    196       1.1  christos #define T_MAILA		254		/* transfer mail agent records */
    197       1.1  christos #define T_ANY		255		/* wildcard match */
    198       1.1  christos 
    199       1.1  christos /*
    200       1.1  christos  * Values for class field
    201       1.1  christos  */
    202       1.1  christos 
    203       1.1  christos #define C_IN		1		/* the arpa internet */
    204       1.1  christos #define C_CHAOS		3		/* for chaos net (MIT) */
    205       1.1  christos #define C_HS		4		/* for Hesiod name server (MIT) (XXX) */
    206       1.1  christos 	/* Query class values which do not appear in resource records */
    207       1.1  christos #define C_ANY		255		/* wildcard match */
    208       1.1  christos #define C_QU		0x8000		/* mDNS QU flag in queries */
    209       1.1  christos #define C_CACHE_FLUSH	0x8000		/* mDNS cache flush flag in replies */
    210       1.1  christos 
    211       1.1  christos /*
    212       1.1  christos  * Status return codes for T_UNSPEC conversion routines
    213       1.1  christos  */
    214       1.1  christos #define CONV_SUCCESS 0
    215       1.1  christos #define CONV_OVERFLOW -1
    216       1.1  christos #define CONV_BADFMT -2
    217       1.1  christos #define CONV_BADCKSUM -3
    218       1.1  christos #define CONV_BADBUFLEN -4
    219       1.1  christos 
    220       1.1  christos /*
    221       1.1  christos  * Structure for query header.
    222       1.1  christos  */
    223       1.1  christos typedef struct {
    224       1.1  christos 	u_int16_t id;		/* query identification number */
    225       1.1  christos 	u_int8_t  flags1;	/* first byte of flags */
    226       1.1  christos 	u_int8_t  flags2;	/* second byte of flags */
    227       1.1  christos 	u_int16_t qdcount;	/* number of question entries */
    228       1.1  christos 	u_int16_t ancount;	/* number of answer entries */
    229       1.1  christos 	u_int16_t nscount;	/* number of authority entries */
    230       1.1  christos 	u_int16_t arcount;	/* number of resource entries */
    231       1.1  christos } HEADER;
    232       1.1  christos 
    233       1.1  christos /*
    234       1.1  christos  * Macros for subfields of flag fields.
    235       1.1  christos  */
    236       1.1  christos #define DNS_QR(np)	((np)->flags1 & 0x80)		/* response flag */
    237       1.1  christos #define DNS_OPCODE(np)	((((np)->flags1) >> 3) & 0xF)	/* purpose of message */
    238       1.1  christos #define DNS_AA(np)	((np)->flags1 & 0x04)		/* authoritative answer */
    239       1.1  christos #define DNS_TC(np)	((np)->flags1 & 0x02)		/* truncated message */
    240       1.1  christos #define DNS_RD(np)	((np)->flags1 & 0x01)		/* recursion desired */
    241       1.1  christos 
    242       1.1  christos #define DNS_RA(np)	((np)->flags2 & 0x80)	/* recursion available */
    243       1.1  christos #define DNS_AD(np)	((np)->flags2 & 0x20)	/* authentic data from named */
    244       1.1  christos #define DNS_CD(np)	((np)->flags2 & 0x10)	/* checking disabled by resolver */
    245       1.1  christos #define DNS_RCODE(np)	((np)->flags2 & 0xF)	/* response code */
    246       1.1  christos 
    247       1.1  christos /*
    248       1.1  christos  * Defines for handling compressed domain names, EDNS0 labels, etc.
    249       1.1  christos  */
    250       1.1  christos #define INDIR_MASK	0xc0	/* 11.... */
    251       1.1  christos #define EDNS0_MASK	0x40	/* 01.... */
    252       1.1  christos #  define EDNS0_ELT_BITLABEL 0x01
    253       1.1  christos 
    254       1.1  christos /*
    255       1.1  christos  * Structure for passing resource records around.
    256       1.1  christos  */
    257       1.1  christos struct rrec {
    258       1.1  christos 	int16_t	r_zone;			/* zone number */
    259       1.1  christos 	int16_t	r_class;		/* class number */
    260       1.1  christos 	int16_t	r_type;			/* type number */
    261       1.1  christos 	u_int32_t	r_ttl;			/* time to live */
    262       1.1  christos 	int	r_size;			/* size of data area */
    263       1.1  christos 	char	*r_data;		/* pointer to data */
    264       1.1  christos };
    265       1.1  christos 
    266       1.1  christos /*
    267       1.1  christos  * Inline versions of get/put short/long.  Pointer is advanced.
    268       1.1  christos  * We also assume that a "u_int16_t" holds 2 "chars"
    269       1.1  christos  * and that a "u_int32_t" holds 4 "chars".
    270       1.1  christos  *
    271       1.1  christos  * These macros demonstrate the property of C whereby it can be
    272       1.1  christos  * portable or it can be elegant but never both.
    273       1.1  christos  */
    274       1.1  christos #define GETSHORT(s, cp) { \
    275       1.1  christos 	register u_char *t_cp = (u_char *)(cp); \
    276       1.1  christos 	(s) = ((u_int16_t)t_cp[0] << 8) | (u_int16_t)t_cp[1]; \
    277       1.1  christos 	(cp) += 2; \
    278       1.1  christos }
    279       1.1  christos 
    280       1.1  christos #define GETLONG(l, cp) { \
    281       1.1  christos 	register u_char *t_cp = (u_char *)(cp); \
    282       1.1  christos 	(l) = (((u_int32_t)t_cp[0]) << 24) \
    283       1.1  christos 	    | (((u_int32_t)t_cp[1]) << 16) \
    284       1.1  christos 	    | (((u_int32_t)t_cp[2]) << 8) \
    285       1.1  christos 	    | (((u_int32_t)t_cp[3])); \
    286       1.1  christos 	(cp) += 4; \
    287       1.1  christos }
    288       1.1  christos 
    289       1.1  christos #define PUTSHORT(s, cp) { \
    290       1.1  christos 	register u_int16_t t_s = (u_int16_t)(s); \
    291       1.1  christos 	register u_char *t_cp = (u_char *)(cp); \
    292       1.1  christos 	*t_cp++ = t_s >> 8; \
    293       1.1  christos 	*t_cp   = t_s; \
    294       1.1  christos 	(cp) += 2; \
    295       1.1  christos }
    296       1.1  christos 
    297       1.1  christos /*
    298       1.1  christos  * Warning: PUTLONG --no-longer-- destroys its first argument.  if you
    299       1.1  christos  * were depending on this "feature", you will lose.
    300       1.1  christos  */
    301       1.1  christos #define PUTLONG(l, cp) { \
    302       1.1  christos 	register u_int32_t t_l = (u_int32_t)(l); \
    303       1.1  christos 	register u_char *t_cp = (u_char *)(cp); \
    304       1.1  christos 	*t_cp++ = t_l >> 24; \
    305       1.1  christos 	*t_cp++ = t_l >> 16; \
    306       1.1  christos 	*t_cp++ = t_l >> 8; \
    307       1.1  christos 	*t_cp   = t_l; \
    308       1.1  christos 	(cp) += 4; \
    309       1.1  christos }
    310       1.1  christos 
    311       1.1  christos #endif /* !_NAMESER_H_ */
    312