From 149067b3fc4f3daafaa0cb8c2a5dab376b3ae975 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:42:25 +0300 Subject: Add JSON-RPC protocol dissector (#2217) * Add JSON-RPC protocol dissector * Small fixes * Improve detection --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/protocols.rst b/doc/protocols.rst index 7c99aeaf5..8340beb1d 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -377,3 +377,12 @@ References: `Protocol Specs: `_. + + +.. _Proto 375: + +`NDPI_PROTOCOL_JSON_RPC` +====================== +JSON-RPC is a remote procedure call protocol encoded in JSON. + +References: `Protocol Specs: `_. -- cgit v1.2.3