Fix some scripting tutorial examples

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.
This commit is contained in:
Daniel Thayer 2016-05-05 17:23:15 -05:00
parent 2d9127888f
commit f596d30386
7 changed files with 38 additions and 8 deletions

View file

@ -0,0 +1,7 @@
module HTTP;
export {
## This setting changes if passwords used in Basic-Auth are captured or
## not.
const default_capture_password = F &redef;
}