mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/update-dns-types'
* origin/topic/timw/update-dns-types: Update external test hashes Update DNS type strings to match correct mappings
This commit is contained in:
commit
68450eac47
5 changed files with 22 additions and 6 deletions
|
@ -40,9 +40,9 @@ export {
|
|||
[27] = "GPOS",
|
||||
[28] = "AAAA",
|
||||
[29] = "LOC",
|
||||
[30] = "EID",
|
||||
[31] = "NIMLOC",
|
||||
[32] = "NB",
|
||||
[30] = "NXT",
|
||||
[31] = "EID",
|
||||
[32] = "NIMLOC",
|
||||
[33] = "SRV",
|
||||
[34] = "ATMA",
|
||||
[35] = "NAPTR",
|
||||
|
@ -65,6 +65,9 @@ export {
|
|||
[52] = "TLSA",
|
||||
[53] = "SMIMEA",
|
||||
[55] = "HIP",
|
||||
[56] = "NINFO",
|
||||
[57] = "RKEY",
|
||||
[58] = "TALINK",
|
||||
[59] = "CDS",
|
||||
[60] = "CDNSKEY",
|
||||
[61] = "OPENPGPKEY",
|
||||
|
@ -77,6 +80,10 @@ export {
|
|||
[101] = "UID",
|
||||
[102] = "GID",
|
||||
[103] = "UNSPEC",
|
||||
[104] = "NID",
|
||||
[105] = "L32",
|
||||
[106] = "L64",
|
||||
[107] = "LP",
|
||||
[108] = "EUI48",
|
||||
[109] = "EUI64",
|
||||
[249] = "TKEY",
|
||||
|
@ -90,6 +97,9 @@ export {
|
|||
[257] = "CAA",
|
||||
[32768] = "TA",
|
||||
[32769] = "DLV",
|
||||
[65281] = "WINS",
|
||||
[65282] = "WINS-R",
|
||||
[65422] = "XPF",
|
||||
[65521] = "INTEGRITY", # google: https://docs.google.com/document/d/14eCqVyT_3MSj7ydqNFl1Yl0yg1fs6g24qmYUUdi5V-k/edit
|
||||
} &default = function(n: count): string { return fmt("query-%d", n); };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue