mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/4084-vector-of-pattern-compare'
* origin/topic/awelzel/4084-vector-of-pattern-compare: ZAM/relexpr-op NE for patterns Expr: Fix folding of pattern values to support == and !=
This commit is contained in:
commit
33eaa5ccda
7 changed files with 35 additions and 7 deletions
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
|||
7.2.0-dev.11 | 2024-12-16 12:37:25 -0700
|
||||
|
||||
* ZAM/relexpr-op NE for patterns (Vern Paxson, Corelight)
|
||||
|
||||
* Expr: Fix folding of pattern values to support == and != (Arne Welzel, Corelight)
|
||||
|
||||
The fatal error is actually triggered at runtime, so it's a bit
|
||||
dangerous for users, but not sure there's many use-cases to
|
||||
compare vectors of patterns.
|
||||
|
||||
7.2.0-dev.8 | 2024-12-16 10:19:18 -0700
|
||||
|
||||
* QUIC/decrypt_crypto: Actually check if decryption was successful (Arne Welzel, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue