From 68d306de934afab138196d686770f43023156a5b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 25 Jan 2024 19:08:02 +0100 Subject: Add Raft protocol dissector. Signed-off-by: Toni Uhlig --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/protocols.rst b/doc/protocols.rst index 68f7c09da..5dfef92a7 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -558,3 +558,12 @@ References: `Protocol Specs: `_ + + +.. _Proto 392: + +`NDPI_PROTOCOL_RAFT` +==================== +Raft is a consensus algorithm and protocol for managing a replicated log. + +References: `C implementation `_ and `Paper `_ -- cgit v1.2.3