mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Merge branch 'topic/robin/dynamic-plugins-2.3' into topic/robin/reader-writer-plugins
This commit is contained in:
commit
48b251abd1
21 changed files with 781 additions and 804 deletions
|
@ -0,0 +1,9 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/http/get.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff files.log
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
Files::register_for_mime_type(Files::ANALYZER_MD5, "text/plain");
|
||||
};
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue