From b4efe4a61d151a112ab4e8818d5c29888c731e05 Mon Sep 17 00:00:00 2001 From: John Thacker Date: Fri, 5 Jul 2024 23:03:44 -0400 Subject: [PATCH] pcapng: Fix missing parenthesis One end parenthesis for the link, a second one for the parenthetical comment text. Signed-off-by: John Thacker --- draft-ietf-opsawg-pcapng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-opsawg-pcapng.md b/draft-ietf-opsawg-pcapng.md index 692744e..a392a3a 100644 --- a/draft-ietf-opsawg-pcapng.md +++ b/draft-ietf-opsawg-pcapng.md @@ -2045,7 +2045,7 @@ The following is a list of Secrets Types. by the endpoint whose private random is disclosed. The key type is either SHARED\_SECRET or PRIVATE\_KEY. The key is hex-encoded and either the shared secret ('K' in - [RFC 4253](https://datatracker.ietf.org/doc/html/rfc4253#section-8) or the + [RFC 4253](https://datatracker.ietf.org/doc/html/rfc4253#section-8)) or the private random number (referred to as 'x' for the client and 'y' for the server in RFC 4253) used to generate the shared secret during DH key exchange; its length depends on the algorithm.