mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add bare_mode
bif.
This commit is contained in:
parent
0f1dd8ef1b
commit
e83c4c834d
6 changed files with 30 additions and 0 deletions
|
@ -65,6 +65,8 @@ extern double current_pseudo;
|
|||
|
||||
extern bool zeek_init_done;
|
||||
|
||||
extern bool bare_mode; // True if Zeek was started in bare mode.
|
||||
|
||||
} // namespace detail
|
||||
|
||||
// Functions to temporarily suspend processing of live input (network packets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue