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

@ -1,6 +1,6 @@
##! Declaration of various scripting-layer constants that the Bro core uses
##! internally. Documentation and default values for the scripting-layer
##! variables themselves are found in :doc:`/scripts/base/init-bare.bro`.
##! variables themselves are found in :doc:`/scripts/base/init-bare.zeek`.
const ignore_keep_alive_rexmit: bool;
const skip_http_data: bool;