aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/secrets-types.h
blob: 5b1b774f90c841bcb29a706d57bdc0d9a1df4961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* secrets-types.h
 * Identifiers used by Decryption Secrets Blocks (DSB).
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __SECRETS_TYPES_H__
#define __SECRETS_TYPES_H__

/*
 * Type describing the format of the opaque secrets value in a pcapng DSB.
 */
#define SECRETS_TYPE_TLS        0x544c534b /* TLS Key Log */
#define SECRETS_TYPE_WIREGUARD  0x57474b4c /* WireGuard Key Log */

#endif /* __SECRETS_TYPES_H__ */