Merge remote-tracking branch 'origin/topic/vlad/dns_rr_fixes'

* origin/topic/vlad/dns_rr_fixes:
  Add a TODO to return a correct status for ParseRR_WKS
  Remove unnecessary if
  Generate dns_WKS_reply event
  dns_HINFO_reply event was never being generated.
This commit is contained in:
Tim Wojtulewicz 2021-07-15 11:33:31 -07:00
commit 3c7a2b1450
7 changed files with 59 additions and 12 deletions

10
CHANGES
View file

@ -1,3 +1,13 @@
4.2.0-dev.24 | 2021-07-15 11:33:31 -0700
* Add a TODO to return a correct status for ParseRR_WKS (Vlad Grigorescu)
* Update scripts/site/local-compat test for 4.2 cycle (Tim Wojtulewicz)
* Remove tests for deprecated operators. (Robin Sommer, Corelight)
* Add tests for operations on vectors of string. (Robin Sommer, Corelight)
4.2.0-dev.18 | 2021-07-15 09:50:25 -0700
* Remove tests for deprecated operators. (Robin Sommer, Corelight)