mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
28 lines
484 B
Text
28 lines
484 B
Text
foo_func, test
|
|
foo_func, hello
|
|
bar_func, hmm, hi, 5
|
|
bar_func, cool, beans, 5
|
|
bar_func, cool, beans, 13
|
|
begin table_func, {
|
|
|
|
}
|
|
end table_func, {
|
|
[the test] = works
|
|
}
|
|
begin table_func, {
|
|
[initial] = conditions
|
|
}
|
|
end table_func, {
|
|
[the test] = works,
|
|
[initial] = conditions
|
|
}
|
|
foo_hook, test
|
|
foo_hook, hello
|
|
bar_hook, hmm, hi, 5
|
|
bar_hook, cool, beans, 5
|
|
bar_hook, cool, beans, 13
|
|
foo_event, test
|
|
foo_event, hello
|
|
bar_event, hmm, hi, 5
|
|
bar_event, cool, beans, 5
|
|
bar_event, cool, beans, 13
|