From 38b681892f514729678e4d71862be692a37f04f0 Mon Sep 17 00:00:00 2001 From: Evan Typanski Date: Fri, 8 Nov 2024 16:08:45 -0500 Subject: [PATCH] Add missing closing brace --- scripting/basics.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/scripting/basics.rst b/scripting/basics.rst index c06719dbb..cc5535101 100644 --- a/scripting/basics.rst +++ b/scripting/basics.rst @@ -230,6 +230,7 @@ a given event. if ( kind == "sha1" && f?$info && f$info?$mime_type && match_file_types in f$info$mime_type ) do_mhr_lookup(hash, Notice::create_file_info(f)); + } The workhorse of the script is contained in the event handler for ``file_hash``. The :zeek:see:`file_hash` event allows scripts to access