aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/secrets-types.h
diff options
context:
space:
mode:
authorJérôme HAMM <jerome.hamm@planete-sciences.org>2021-12-04 14:55:17 +0100
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-01-07 13:42:33 +0000
commit7356889242e790b1c0ed1555dea4c486d6bb81e5 (patch)
tree85384743d7f6b1a9dd3a10f1507b0d7921bcd227 /wiretap/secrets-types.h
parentc1870203041251095a877cdbc678f48198d8b957 (diff)
Adding secret management in DSB.
Diffstat (limited to 'wiretap/secrets-types.h')
-rw-r--r--wiretap/secrets-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/secrets-types.h b/wiretap/secrets-types.h
index d86f52af74..7e44a736a2 100644
--- a/wiretap/secrets-types.h
+++ b/wiretap/secrets-types.h
@@ -16,6 +16,7 @@
* Type describing the format of the opaque secrets value in a pcapng DSB.
*/
#define SECRETS_TYPE_TLS 0x544c534b /* TLS Key Log */
+#define SECRETS_TYPE_SSH 0x5353484b /* SSH Key Log */
#define SECRETS_TYPE_WIREGUARD 0x57474b4c /* WireGuard Key Log */
#define SECRETS_TYPE_ZIGBEE_NWK_KEY 0x5a4e574b /* Zigbee NWK Key */
#define SECRETS_TYPE_ZIGBEE_APS_KEY 0x5a415053 /* Zigbee APS Key */