Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_ConnSize.events.bif.bro |
conn_bytes_threshold_crossed: event | Generated for a connection that crossed a set byte threshold. |
conn_packets_threshold_crossed: event | Generated for a connection that crossed a set packet threshold. |
Type : | event (c: connection, threshold: count, is_orig: bool) |
---|
Generated for a connection that crossed a set byte threshold. Note that this is a low level event that should usually be avoided for user code. Use ConnThreshold::bytes_threshold_crossed instead.
C : | the connection |
---|---|
Threshold : | the threshold that was set |
Is_orig : | true if the threshold was crossed by the originator of the connection |
See also: set_current_conn_packets_threshold, set_current_conn_bytes_threshold, conn_packets_threshold_crossed, get_current_conn_bytes_threshold, get_current_conn_packets_threshold
Type : | event (c: connection, threshold: count, is_orig: bool) |
---|
Generated for a connection that crossed a set packet threshold. Note that this is a low level event that should usually be avoided for user code. Use ConnThreshold::bytes_threshold_crossed instead.
C : | the connection |
---|---|
Threshold : | the threshold that was set |
Is_orig : | true if the threshold was crossed by the originator of the connection |
See also: set_current_conn_packets_threshold, set_current_conn_bytes_threshold, conn_bytes_threshold_crossed, get_current_conn_bytes_threshold, get_current_conn_packets_threshold