Normalizing base.bro script naming as main.bro

This commit is contained in:
Jon Siwek 2011-08-10 15:39:16 -05:00
parent 47500ceef4
commit fae54dc8f0
7 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
@load ./base
@load ./main
@load ./file-ident
@load ./file-extract
@load ./file-hash

View file

@ -1,4 +1,4 @@
@load ./base
@load ./main
module MIME;