Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcapng_decryption_secrets_block_s Struct Reference

Decryption Secrets Block (DSB) body encoding in a pcapng file, embedding key material for decrypting captured traffic. More...

#include <pcapng.h>

Public Attributes

uint32_t secrets_type
uint32_t secrets_len

Detailed Description

Decryption Secrets Block (DSB) body encoding in a pcapng file, embedding key material for decrypting captured traffic.

Member Data Documentation

◆ secrets_len

uint32_t pcapng_decryption_secrets_block_s::secrets_len

Length in bytes of the variable-length secrets data that follows this header.

◆ secrets_type

uint32_t pcapng_decryption_secrets_block_s::secrets_type

Secrets type identifier indicating the format of the embedded key material; see secrets-types.h.


The documentation for this struct was generated from the following file: