|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
| guint8 * | next_secret |
| quic_pp_cipher | pp_ciphers [2] |
| quic_hp_cipher | hp_cipher |
| guint64 | changed_in_pkn |
| bool | key_phase: 1 |
Packet protection state for an endpoint.
| guint64 quic_pp_state::changed_in_pkn |
Packet number where key change occurred.
| quic_hp_cipher quic_pp_state::hp_cipher |
HP cipher for both Key Phases; it does not change after KeyUpdate
| bool quic_pp_state::key_phase |
Current key phase.
| guint8* quic_pp_state::next_secret |
Next application traffic secret.
| quic_pp_cipher quic_pp_state::pp_ciphers[2] |
PP cipher for Key Phase 0/1