mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

Some of the examples in the scripting tutorial were regularly getting out of sync with the base scripts (because the line numbering would need to be updated). Fixed this maintenance burden by using small example scripts instead of actual Bro scripts. These small example scripts do not need to be kept in sync with the bro base scripts.
7 lines
151 B
Text
7 lines
151 B
Text
module HTTP;
|
|
|
|
export {
|
|
## This setting changes if passwords used in Basic-Auth are captured or
|
|
## not.
|
|
const default_capture_password = F &redef;
|
|
}
|