mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
|||
5.2.0-dev.180 | 2022-11-03 08:57:07 -0700
|
||||
|
||||
* Update external test hashes (Tim Wojtulewicz, Corelight)
|
||||
|
||||
* Update DNS type strings to match correct mappings (Tim Wojtulewicz, Corelight)
|
||||
|
||||
5.2.0-dev.177 | 2022-11-03 08:56:24 -0700
|
||||
|
||||
* Add Ubuntu 22.10 to ci (Johanna Amann, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.2.0-dev.177
|
||||
5.2.0-dev.180
|
||||
|
|
|
@ -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); };
|
||||
|
||||
|
|
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
ab85877815c27e33796e20ac1868e55a6dc6d605
|
||||
176b2db6ce7b151f1ac87ca0766d5910a36a0532
|
||||
|
|
|
@ -1 +1 @@
|
|||
3e7c07e9bf3b1116fa809b7fd2f116141bc4a36a
|
||||
bed07645b1cec8e14e7b06e8020ee551b0ae3e24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue