mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Update NEWS
This commit is contained in:
parent
54e40d4544
commit
138c9402c3
3 changed files with 19 additions and 1 deletions
8
CHANGES
8
CHANGES
|
@ -1,4 +1,12 @@
|
|||
|
||||
3.2.0-dev.570 | 2020-05-28 14:49:10 -0700
|
||||
|
||||
* Add negotiation flags parameter to some RDP events (Anthony Kasza, Corelight)
|
||||
|
||||
Namely rdp_connect_request, rdp_negotiation_response, and rdp_negotiation_failure
|
||||
|
||||
* Update test baselines for new Broker connection status/error strings (Jon Siwek, Corelight)
|
||||
|
||||
3.2.0-dev.565 | 2020-05-26 21:55:54 +0000
|
||||
|
||||
* Add DCE-RPC constants from BZAR project (V)
|
||||
|
|
10
NEWS
10
NEWS
|
@ -41,6 +41,16 @@ New Functionality
|
|||
|
||||
- Add file signature to identify Python bytecode (application/x-python-bytecode)
|
||||
|
||||
- Events and hooks are now allowed to have multiple, alternate prototype
|
||||
declarations. This allows for extending event/hook parameters in a way that
|
||||
won't break an existing user's handlers and also allows users to define their
|
||||
own custom event/hook prototypes that consume a subset of the parameters
|
||||
(convenience of typing/memory/etc). This feature is documented in detail
|
||||
here: https://docs.zeek.org/en/current/script-reference/types.html#type-event
|
||||
|
||||
- Add ``flags`` parameters to ``rdp_connect_request``,
|
||||
``rdp_negotiation_response``, and ``rdp_negotiation_failure`` events.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.0-dev.565
|
||||
3.2.0-dev.570
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue