From 4f85c4f5b935baa226dd49dece56c80047cbc7d2 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Sat, 22 Dec 2007 23:25:20 +0000 Subject: added AVAHI_DNS_TYPE_TSIG (250) added tsig_sign_packet() - unfinished git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1604 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avahi-common') diff --git a/avahi-common/defs.h b/avahi-common/defs.h index 4efa5ad..bbdcb64 100644 --- a/avahi-common/defs.h +++ b/avahi-common/defs.h @@ -277,7 +277,7 @@ typedef enum { /** In invalid cookie as special value */ #define AVAHI_SERVICE_COOKIE_INVALID (0) -/** DNS record types, see RFC 1035 */ +/** DNS record types, see RFC 1035 and succeeding updates and extensions */ enum { AVAHI_DNS_TYPE_A = 0x01, AVAHI_DNS_TYPE_NS = 0x02, @@ -289,6 +289,7 @@ enum { AVAHI_DNS_TYPE_TXT = 0x10, AVAHI_DNS_TYPE_AAAA = 0x1C, AVAHI_DNS_TYPE_SRV = 0x21, + AVAHI_DNS_TYPE_TSIG = 0xFA, }; /** DNS record classes, see RFC 1035 */ -- cgit