base/bif/plugins/Zeek_ConnSize.functions.bif.zeek¶
-
GLOBAL¶
- Namespace
GLOBAL
Summary¶
Functions¶
Gets the current duration threshold size for a connection. |
|
Gets the current packet threshold size for a connection. |
|
Sets the current byte threshold for connection sizes, overwriting any potential old threshold. |
|
Sets the current duration threshold for connection, overwriting any potential old threshold. |
|
Sets a threshold for connection packets, overwtiting any potential old thresholds. |
Detailed Interface¶
Functions¶
-
get_current_conn_bytes_threshold¶ - Type
- Cid
The connection id.
- Is_orig
If true, threshold of originator, otherwhise threshold of responder.
- Returns
0 if no threshold is set or the threshold in bytes
See also:
set_current_conn_packets_threshold,conn_bytes_threshold_crossed,conn_packets_threshold_crossed,get_current_conn_packets_threshold,set_current_conn_duration_threshold,get_current_conn_duration_threshold
-
get_current_conn_duration_threshold¶ -
Gets the current duration threshold size for a connection.
- Cid
The connection id.
- Returns
0 if no threshold is set or the threshold in seconds
See also:
set_current_conn_packets_threshold,conn_bytes_threshold_crossed,conn_packets_threshold_crossed,get_current_conn_packets_threshold,set_current_conn_duration_threshold
-
get_current_conn_packets_threshold¶ -
Gets the current packet threshold size for a connection.
- Cid
The connection id.
- Is_orig
If true, threshold of originator, otherwhise threshold of responder.
- Returns
0 if no threshold is set or the threshold in packets
See also:
set_current_conn_packets_threshold,conn_bytes_threshold_crossed,conn_packets_threshold_crossed,get_current_conn_bytes_threshold,set_current_conn_duration_threshold,get_current_conn_duration_threshold
-
set_current_conn_bytes_threshold¶ -
Sets the current byte threshold for connection sizes, overwriting any potential old threshold. Be aware that in nearly any case you will want to use the high level API instead (
ConnThreshold::set_bytes_threshold).- Cid
The connection id.
- Threshold
Threshold in bytes.
- Is_orig
If true, threshold is set for bytes from originator, otherwhise for bytes from responder.
See also:
set_current_conn_packets_threshold,conn_bytes_threshold_crossed,conn_packets_threshold_crossed,get_current_conn_bytes_threshold,get_current_conn_packets_threshold,set_current_conn_duration_threshold,get_current_conn_duration_threshold
-
set_current_conn_duration_threshold¶ -
Sets the current duration threshold for connection, overwriting any potential old threshold. Be aware that in nearly any case you will want to use the high level API instead (
ConnThreshold::set_duration_threshold).- Cid
The connection id.
- Threshold
Threshold in seconds.
See also:
set_current_conn_packets_threshold,conn_bytes_threshold_crossed,conn_packets_threshold_crossed,get_current_conn_bytes_threshold,get_current_conn_packets_threshold,get_current_conn_duration_threshold
-
set_current_conn_packets_threshold¶ -
Sets a threshold for connection packets, overwtiting any potential old thresholds. Be aware that in nearly any case you will want to use the high level API instead (
ConnThreshold::set_packets_threshold).- Cid
The connection id.
- Threshold
Threshold in packets.
- Is_orig
If true, threshold is set for packets from originator, otherwhise for packets from responder.
See also:
set_current_conn_bytes_threshold,conn_bytes_threshold_crossed,conn_packets_threshold_crossed,get_current_conn_bytes_threshold,get_current_conn_packets_threshold,set_current_conn_duration_threshold,get_current_conn_duration_threshold