diff options
Diffstat (limited to 'src/usr.bin/nc/data/dns-any.d')
-rw-r--r-- | src/usr.bin/nc/data/dns-any.d | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/src/usr.bin/nc/data/dns-any.d b/src/usr.bin/nc/data/dns-any.d deleted file mode 100644 index 40ef3cba48..0000000000 --- a/src/usr.bin/nc/data/dns-any.d +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | # $OpenBSD: dns-any.d,v 1.2 2001/01/29 01:58:11 niklas Exp $ | ||
2 | |||
3 | # dns "any for ." query, to udp 53 | ||
4 | # if tcp: precede with 2 bytes of len: | ||
5 | # 0 | ||
6 | # 17 | ||
7 | # you should get at least *one* record back out | ||
8 | |||
9 | # HEADER: | ||
10 | 0 # query id = 2 | ||
11 | 2 | ||
12 | |||
13 | 1 # flags/opcodes = query, dorecurse | ||
14 | 0 | ||
15 | |||
16 | 0 # qdcount, i.e. nqueries: 1 | ||
17 | 1 | ||
18 | |||
19 | 0 # ancount: answers, 0 | ||
20 | 0 | ||
21 | |||
22 | 0 # nscount: 0 | ||
23 | 0 | ||
24 | |||
25 | 0 # addl records: 0 | ||
26 | 0 | ||
27 | |||
28 | # end of fixed header | ||
29 | |||
30 | 0 # name-len: 0 for ".", lenbyte plus name-bytes otherwise | ||
31 | |||
32 | 0 # type: any, 255 | ||
33 | 0xff | ||
34 | |||
35 | 0 # class: IN | ||
36 | 1 | ||
37 | |||
38 | # i think that's it.. | ||