mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
8 lines
No EOL
218 B
Text
8 lines
No EOL
218 B
Text
## This event is generated each time file analysis performs
|
|
## entropy testing on a file.
|
|
##
|
|
## f: The file.
|
|
##
|
|
## ent: The results of the entropy testing.
|
|
##
|
|
event file_entropy%(f: fa_file, ent: entropy_test_result%); |