BIT-1858: fix logged-names for DNS RR types 44 and 45

This commit is contained in:
Jon Siwek 2018-08-16 14:11:02 -05:00
parent 15dc5d1dda
commit 81a8961f16
3 changed files with 9 additions and 3 deletions

View file

@ -1,4 +1,10 @@
2.5-846 | 2018-08-16 14:11:02 -0500
* BIT-1858: fix logged-names for DNS RR types 44 and 45 (Jon Siwek, Corelight)
* BIT-1850: add missing DCE/RPC PDU type enum values (Jon Siwek, Corelight)
2.5-844 | 2018-08-16 12:13:16 -0500
* Add env. variables to override Broker listen/connect retry intervals

View file

@ -1 +1 @@
2.5-844
2.5-846

View file

@ -21,8 +21,8 @@ export {
[29] = "LOC", [30] = "EID", [31] = "NIMLOC", [32] = "NB",
[33] = "SRV", [34] = "ATMA", [35] = "NAPTR", [36] = "KX",
[37] = "CERT", [38] = "A6", [39] = "DNAME", [40] = "SINK",
[EDNS] = "EDNS", [42] = "APL", [43] = "DS", [44] = "SINK",
[45] = "SSHFP", [46] = "RRSIG", [47] = "NSEC", [48] = "DNSKEY",
[EDNS] = "EDNS", [42] = "APL", [43] = "DS", [44] = "SSHFP",
[45] = "IPSECKEY", [46] = "RRSIG", [47] = "NSEC", [48] = "DNSKEY",
[49] = "DHCID", [99] = "SPF", [100] = "DINFO", [101] = "UID",
[102] = "GID", [103] = "UNSPEC", [249] = "TKEY", [250] = "TSIG",
[251] = "IXFR", [252] = "AXFR", [253] = "MAILB", [254] = "MAILA",