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