mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Normalize some intra-package @loads
This commit is contained in:
parent
fae54dc8f0
commit
9e7934dc32
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
@load base/frameworks/signatures/main
|
@load base/frameworks/signatures/main
|
||||||
@load base/frameworks/notice/main
|
@load base/frameworks/notice/main
|
||||||
@load base/protocols/http/main
|
@load ./main
|
||||||
@load base/protocols/http/utils
|
@load ./utils
|
||||||
|
|
||||||
# Add the magic number signatures to the core signature set.
|
# Add the magic number signatures to the core signature set.
|
||||||
redef signature_files += "base/protocols/http/file-ident.sig";
|
redef signature_files += "base/protocols/http/file-ident.sig";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue