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)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 19:39:46 +0000 (20:39 +0100)
commitd24b603f667154672b74ea6a3e428bb19ba91089
treedd9597791e62a6409e904fbcb624e727006bc41b
parentac5a2748da336f9644c5d31f32324d0367c6ad77
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