Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
uint8_t * | next_secret |
quic_pp_cipher | pp_ciphers [2] |
quic_hp_cipher | hp_cipher |
uint64_t | changed_in_pkn |
bool | key_phase: 1 |
Packet protection state for an endpoint.
uint64_t 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.
uint8_t* 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