mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
bro -B <x> now supports "all" and "help" for <x>.
"all" enables all debug streams. "help" prints a list of available debug streams. Based on patch by John Donnelly. BIT-1313 #merged
This commit is contained in:
parent
1d49ec63f8
commit
1dbc5ed523
6 changed files with 86 additions and 12 deletions
|
@ -78,6 +78,8 @@ public:
|
|||
void SetVerbose(bool arg_verbose) { verbose = arg_verbose; }
|
||||
bool IsVerbose() const { return verbose; }
|
||||
|
||||
void ShowStreamsHelp();
|
||||
|
||||
private:
|
||||
FILE* file;
|
||||
bool verbose;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue