21
edits
(added tls handshake times triggers and renamed ssl to tls https://gitlab.intra.allegro-packets.com/allegro-packets/allegro-core/-/merge_requests/814) |
(add missing attributes) |
||
Line 392: | Line 392: | ||
* '''time_since_last_mac''': This is the number of seconds between changed MAC addresses. If, for examples, dynamic IP assignment is used, changing MAC addresses is normal so the test can be limited to only a certain amount of time. | * '''time_since_last_mac''': This is the number of seconds between changed MAC addresses. If, for examples, dynamic IP assignment is used, changing MAC addresses is normal so the test can be limited to only a certain amount of time. | ||
* '''tls_alert_level''': The alert level of a TLS alert packet. Can be 'fatal', 'warning' or 'unknown'. A fatal alert will be sent if e.g. TLS handshake failed and connection shall be closed. | * '''tls_alert_level''': The alert level of a TLS alert packet. Can be 'fatal', 'warning' or 'unknown'. A fatal alert will be sent if e.g. TLS handshake failed and connection shall be closed. | ||
* '''tls_handshake_time_ms:''' The [[TLS module|TLS handshake response time]] of the TLS handshake. | |||
* '''tls_handshake_first_data:''' The [[TLS module|TLS data response time]] of the TLS handshake. | |||
* '''total_bytes''': | * '''total_bytes''': | ||
** ''IP: Connection end'': The total number of bytes seen for both directions of the flow. | ** ''IP: Connection end'': The total number of bytes seen for both directions of the flow. |
edits