mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add conn_generic_packet_threshold_crossed event
This commit is contained in:
parent
e79ae5a1d9
commit
4831bf80d1
4 changed files with 28 additions and 1 deletions
|
@ -6369,6 +6369,18 @@ export {
|
|||
};
|
||||
}
|
||||
|
||||
module ConnThreshold;
|
||||
|
||||
export {
|
||||
## Number of packets required to be observed on any IP-based session to
|
||||
## trigger :zeek:id:`conn_generic_packet_threshold_crossed`. Note that the
|
||||
## threshold refers to the total number of packets transferred in both
|
||||
## directions.
|
||||
##
|
||||
## .. zeek:see:: conn_generic_packet_threshold_crossed
|
||||
const generic_packet_threshold = 5 &redef;
|
||||
}
|
||||
|
||||
module GLOBAL;
|
||||
|
||||
@load base/bif/event.bif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue