Rename all scripts to have ".zeek" file extension

This commit is contained in:
Daniel Thayer 2019-04-11 21:12:40 -05:00
parent 537d9cab97
commit 18bd74454b
357 changed files with 169 additions and 169 deletions

View file

@ -12,7 +12,7 @@ export {
## Heuristic detection of named pipes when the pipe
## mapping isn't seen. This variable is defined in
## init-bare.bro.
## init-bare.zeek.
redef SMB::pipe_filenames = {
"spoolss",
"winreg",

View file

@ -69,7 +69,7 @@ export {
logged: bool &default=F;
};
## The default root CA bundle. By default, the mozilla-ca-list.bro
## The default root CA bundle. By default, the mozilla-ca-list.zeek
## script sets this to Mozilla's root CA list.
const root_certs: table[string] of string = {} &redef;
@ -88,7 +88,7 @@ export {
url: string;
};
## The Certificate Transparency log bundle. By default, the ct-list.bro
## The Certificate Transparency log bundle. By default, the ct-list.zeek
## script sets this to the current list of known logs. Entries
## are indexed by (binary) log-id.
option ct_logs: table[string] of CTInfo = {};