zeek/doc/scripting
Daniel Thayer f596d30386 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.
2016-05-05 17:23:15 -05:00
..
connection_record_01.bro
connection_record_02.bro
data_struct_record_01.bro Fixed some examples in "Writing Bro Scripts" doc 2015-09-14 13:30:25 -05:00
data_struct_record_02.bro Fixed some examples in "Writing Bro Scripts" doc 2015-09-14 13:30:25 -05:00
data_struct_set_declaration.bro
data_struct_table_complex.bro
data_struct_table_declaration.bro
data_struct_vector.bro
data_struct_vector_declaration.bro Documentation fixes. 2014-10-14 14:43:08 -05:00
data_struct_vector_iter.bro
data_type_const.bro
data_type_const_simple.bro
data_type_declaration.bro
data_type_interval.bro
data_type_local.bro
data_type_pattern_01.bro Documentation fixes. 2014-10-14 14:43:08 -05:00
data_type_pattern_02.bro
data_type_record.bro Fix some scripting tutorial examples 2016-05-05 17:23:15 -05:00
data_type_subnets.bro
data_type_time.bro
framework_logging_factorial_01.bro
framework_logging_factorial_02.bro Merge remote-tracking branch 'origin/topic/jsiwek/bit-1324' 2015-03-23 10:35:30 -07:00
framework_logging_factorial_03.bro Merge remote-tracking branch 'origin/topic/jsiwek/bit-1324' 2015-03-23 10:35:30 -07:00
framework_logging_factorial_04.bro Merge remote-tracking branch 'origin/topic/jsiwek/bit-1324' 2015-03-23 10:35:30 -07:00
framework_notice_hook_01.bro
framework_notice_hook_suppression_01.bro
framework_notice_shortcuts_01.bro
framework_notice_shortcuts_02.bro
http_main.bro Fix some scripting tutorial examples 2016-05-05 17:23:15 -05:00
index.rst Fix some scripting tutorial examples 2016-05-05 17:23:15 -05:00
using_bro_sandbox_01
using_bro_sandbox_02