mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00

And changed the endianness parameter of bytestring_to_count() BIF to default to false (big endian), mostly just to prove that the BIF parser doesn't choke on default parameters.
15 lines
314 B
Text
15 lines
314 B
Text
foo_func, test
|
|
foo_func, hello
|
|
bar_func, hmm, hi, 5
|
|
bar_func, cool, beans, 5
|
|
bar_func, cool, beans, 13
|
|
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
|