From 4ee7bde05e9c9f5db9bddf850034fdfc9d982478 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 5 Feb 2025 10:09:18 -0700 Subject: [PATCH] Add NEWS entry for recent kerberos change [nomail] [skip ci] --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 74a5faf1b7..f55d052f4d 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,11 @@ New Functionality - Types can now be used as constants in Zeek script. This allows types to be directly passed into BIFs without aliasing. +- A new ``enc_part`` field was added to the Kerberos ``KRB_Response`` record + passed as part of the ``krb_as_response`` event. This field contains the + encrypted session information from a Kerberos response, including the cipher + and encrypted data. + Changed Functionality ---------------------