mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
9 lines
206 B
Text
9 lines
206 B
Text
#! $Id: capture-events.bro 6 2004-04-30 00:31:26Z jason $
|
|
#
|
|
# Captures all operations on &synchronized variables to state-updates.bst.
|
|
#
|
|
|
|
event bro_init()
|
|
{
|
|
capture_state_updates("state-updates.bst");
|
|
}
|