Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripting/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading