mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Normalizing base.bro script naming as main.bro
This commit is contained in:
parent
47500ceef4
commit
fae54dc8f0
7 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
@load ./base
|
||||
@load ./main
|
||||
@load ./file-ident
|
||||
@load ./file-extract
|
||||
@load ./file-hash
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@load ./base
|
||||
@load ./main
|
||||
|
||||
module MIME;
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@load ./types
|
||||
@load ./base
|
||||
@load ./main
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
@load frameworks/software/version-changes.bro
|
||||
@load frameworks/software/vulnerable.bro
|
||||
@load integration/barnyard2/__load__.bro
|
||||
@load integration/barnyard2/base.bro
|
||||
@load integration/barnyard2/main.bro
|
||||
@load integration/barnyard2/types.bro
|
||||
@load misc/analysis-groups.bro
|
||||
@load misc/loaded-scripts.bro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue