diff options
| author | cvs2svn <admin@example.com> | 1998-10-19 21:47:12 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 1998-10-19 21:47:12 +0000 |
| commit | 5170039cf1df2194faa85741f0733977525cd5c0 (patch) | |
| tree | c667406046ddb1efca5ed4316b02e43494241660 /src/usr.bin/nc/data/dns-any.d | |
| parent | 536c76cbb863bab152f19842ab88772c01e922c7 (diff) | |
| download | openbsd-OPENBSD_2_4_BASE.tar.gz openbsd-OPENBSD_2_4_BASE.tar.bz2 openbsd-OPENBSD_2_4_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_2_4_BASE'.OPENBSD_2_4_BASE
Diffstat (limited to 'src/usr.bin/nc/data/dns-any.d')
| -rw-r--r-- | src/usr.bin/nc/data/dns-any.d | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/usr.bin/nc/data/dns-any.d b/src/usr.bin/nc/data/dns-any.d new file mode 100644 index 0000000000..77b014cf70 --- /dev/null +++ b/src/usr.bin/nc/data/dns-any.d | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | # dns "any for ." query, to udp 53 | ||
| 2 | # if tcp: precede with 2 bytes of len: | ||
| 3 | # 0 | ||
| 4 | # 17 | ||
| 5 | # you should get at least *one* record back out | ||
| 6 | |||
| 7 | # HEADER: | ||
| 8 | 0 # query id = 2 | ||
| 9 | 2 | ||
| 10 | |||
| 11 | 1 # flags/opcodes = query, dorecurse | ||
| 12 | 0 | ||
| 13 | |||
| 14 | 0 # qdcount, i.e. nqueries: 1 | ||
| 15 | 1 | ||
| 16 | |||
| 17 | 0 # ancount: answers, 0 | ||
| 18 | 0 | ||
| 19 | |||
| 20 | 0 # nscount: 0 | ||
| 21 | 0 | ||
| 22 | |||
| 23 | 0 # addl records: 0 | ||
| 24 | 0 | ||
| 25 | |||
| 26 | # end of fixed header | ||
| 27 | |||
| 28 | 0 # name-len: 0 for ".", lenbyte plus name-bytes otherwise | ||
| 29 | |||
| 30 | 0 # type: any, 255 | ||
| 31 | 0xff | ||
| 32 | |||
| 33 | 0 # class: IN | ||
| 34 | 1 | ||
| 35 | |||
| 36 | # i think that's it.. | ||
