chiark / gitweb /
src/: Carve out a `representation' subfield of adns_rrtype.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 31 May 2014 23:48:59 +0000 (00:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:41 +0000 (09:57 +0100)
commit129d80382ae266cd6f0bae8bf104f8452ae4314b
tree8fca7cef3d3f855a89f55a0476e724b68d9ad68d
parent8de0fa76b3e27b4a96db5c77415962117650afa7
src/: Carve out a `representation' subfield of adns_rrtype.

Only the bits covered by adns_rrt_reprmask are used in translating a
query type into a typeinfo structure.

Arrange for adnstest to only print out the representation bits of the
type; otherwise lots of the regression test files need to change for no
especially good reason.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
client/adnstest.c
src/adns.h
src/query.c
src/types.c