mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Make old comm. system usages an error unless old_comm_usage_is_ok is set
This commit is contained in:
parent
3c6afc8409
commit
c11039cb73
9 changed files with 114 additions and 1 deletions
|
@ -83,6 +83,8 @@ extern iosource::PktDumper* pkt_dumper; // where to save packets
|
|||
|
||||
extern char* writefile;
|
||||
|
||||
extern int old_comm_usage_count;
|
||||
|
||||
// Script file we have already scanned (or are in the process of scanning).
|
||||
// They are identified by inode number.
|
||||
struct ScannedFile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue