Wireshark  4.3.0
The Wireshark network protocol analyzer
secrets-types.h
Go to the documentation of this file.
1 
12 #ifndef __SECRETS_TYPES_H__
13 #define __SECRETS_TYPES_H__
14 
15 /*
16  * Type describing the format of the opaque secrets value in a pcapng DSB.
17  */
18 #define SECRETS_TYPE_TLS 0x544c534b /* TLS Key Log */
19 #define SECRETS_TYPE_SSH 0x5353484b /* SSH Key Log */
20 #define SECRETS_TYPE_WIREGUARD 0x57474b4c /* WireGuard Key Log */
21 #define SECRETS_TYPE_ZIGBEE_NWK_KEY 0x5a4e574b /* Zigbee NWK Key */
22 #define SECRETS_TYPE_ZIGBEE_APS_KEY 0x5a415053 /* Zigbee APS Key */
23 
24 #endif /* __SECRETS_TYPES_H__ */