mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Zeek Statistics
- Added statistics hook - Fixed rlimit usage - Removed POpen for windows implementation layer - Completed statistics plugin
This commit is contained in:
parent
fbf5b68d6f
commit
c3b9756576
8 changed files with 135 additions and 0 deletions
|
@ -125,6 +125,7 @@ scripts/base/init-frameworks-and-bifs.zeek
|
|||
build/scripts/base/bif/telemetry.bif.zeek
|
||||
build/scripts/base/bif/zeekygen.bif.zeek
|
||||
build/scripts/base/bif/pcap.bif.zeek
|
||||
build/scripts/base/bif/statistics.bif.zeek
|
||||
build/scripts/base/bif/bloom-filter.bif.zeek
|
||||
build/scripts/base/bif/cardinality-counter.bif.zeek
|
||||
build/scripts/base/bif/top-k.bif.zeek
|
||||
|
|
|
@ -125,6 +125,7 @@ scripts/base/init-frameworks-and-bifs.zeek
|
|||
build/scripts/base/bif/telemetry.bif.zeek
|
||||
build/scripts/base/bif/zeekygen.bif.zeek
|
||||
build/scripts/base/bif/pcap.bif.zeek
|
||||
build/scripts/base/bif/statistics.bif.zeek
|
||||
build/scripts/base/bif/bloom-filter.bif.zeek
|
||||
build/scripts/base/bif/cardinality-counter.bif.zeek
|
||||
build/scripts/base/bif/top-k.bif.zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue