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",
|
||||
[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