mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Minor typo/markup fixes in NEWS.
This commit is contained in:
parent
8b83c2995a
commit
283b140e6a
1 changed files with 5 additions and 4 deletions
9
NEWS
9
NEWS
|
@ -35,7 +35,7 @@ Changed Functionality
|
||||||
- The ``service`` field in the connection log is now sorted in the order that
|
- The ``service`` field in the connection log is now sorted in the order that
|
||||||
protocol analyzers raise their confirmation events.
|
protocol analyzers raise their confirmation events.
|
||||||
Since the time at which the protocol confirmation is raised depends on the
|
Since the time at which the protocol confirmation is raised depends on the
|
||||||
indivivual implementation of each analyzer, there is no specific meaning
|
individual implementation of each analyzer, there is no specific meaning
|
||||||
to the order that the services appear. However, the order should be
|
to the order that the services appear. However, the order should be
|
||||||
deterministic between runs. It also will in many cases represent
|
deterministic between runs. It also will in many cases represent
|
||||||
the order in which layered protocols are parsed (e.g. "quic,ssl").
|
the order in which layered protocols are parsed (e.g. "quic,ssl").
|
||||||
|
@ -79,9 +79,10 @@ Changed Functionality
|
||||||
|
|
||||||
Furthermore, the script now supports and logs IPv6 results.
|
Furthermore, the script now supports and logs IPv6 results.
|
||||||
|
|
||||||
- The mkdir(), rmdir(), unlink(), and rename() functions now trigger reporter
|
- The ``mkdir()``, ``rmdir()``, ``unlink()``, and ``rename()`` functions now
|
||||||
warnings instead of builtin errors when hitting trouble. This allows Zeek to
|
trigger reporter warnings instead of builtin errors when hitting trouble. This
|
||||||
continue gracefully in case of such problems, particularly during zeek_init().
|
allows Zeek to continue gracefully in case of such problems, particularly
|
||||||
|
during ``zeek_init()``.
|
||||||
|
|
||||||
- The RDP analyzer now also parses connections that do not contain the cookie
|
- The RDP analyzer now also parses connections that do not contain the cookie
|
||||||
field, which were previously rejected.
|
field, which were previously rejected.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue