Minor typo/markup fixes in NEWS.

This commit is contained in:
Christian Kreibich 2025-03-18 20:25:49 -07:00
parent 8b83c2995a
commit 283b140e6a

9
NEWS
View file

@ -35,7 +35,7 @@ Changed Functionality
- The ``service`` field in the connection log is now sorted in the order that
protocol analyzers raise their confirmation events.
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
deterministic between runs. It also will in many cases represent
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.
- The mkdir(), rmdir(), unlink(), and rename() functions now trigger reporter
warnings instead of builtin errors when hitting trouble. This allows Zeek to
continue gracefully in case of such problems, particularly during zeek_init().
- The ``mkdir()``, ``rmdir()``, ``unlink()``, and ``rename()`` functions now
trigger reporter warnings instead of builtin errors when hitting trouble. This
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
field, which were previously rejected.