mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
signatures: Move ISO 9660 signature to policy
The previous "fix" caused significant performance degradation without the signature ever having a chance to trigger. Moving it to policy seems the best compromise, the alternative being outright removing it.
This commit is contained in:
parent
f96600391a
commit
1a5ce65e3d
6 changed files with 28 additions and 15 deletions
|
@ -7,6 +7,8 @@
|
|||
@load base/protocols/http
|
||||
@load base/frameworks/files
|
||||
|
||||
@load frameworks/signatures/iso-9660
|
||||
|
||||
redef default_file_bof_buffer_size = 40000;
|
||||
|
||||
event file_over_new_connection(f: fa_file, c: connection, is_orig: bool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue