diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-20 14:42:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 12:42:25 +0100 |
commit | 149067b3fc4f3daafaa0cb8c2a5dab376b3ae975 (patch) | |
tree | aee15872d08500c3c29adda2ec76d0dbc88811eb /doc | |
parent | 33f11cb10f0bc598fc8e3d97d25bab87078aa294 (diff) |
Add JSON-RPC protocol dissector (#2217)
* Add JSON-RPC protocol dissector
* Small fixes
* Improve detection
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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: <https://uftp-multicast.sourceforge.net/protocol.tx OpenFlow protocol is a network protocol closely associated with Software-Defined Networking (SDN). References: `Protocol Specs: <https://opennetworking.org/wp-content/uploads/2014/10/openflow-switch-v1.5.1.pdf>`_. + + +.. _Proto 375: + +`NDPI_PROTOCOL_JSON_RPC` +====================== +JSON-RPC is a remote procedure call protocol encoded in JSON. + +References: `Protocol Specs: <https://www.jsonrpc.org/specification>`_. |