diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-19 13:56:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 11:56:26 +0100 |
commit | 6af93c09c86743fb9b819c7f01b6aa18f03fdf46 (patch) | |
tree | 67e7d425c262cd0b91c2df747bdbc4f8c33dfc11 /doc/protocols.rst | |
parent | 59c8eabc0ea00e15e06fd4884290f7e3a8095588 (diff) |
Rename NDPI_PROTOCOL_RPC to NDPI_PROTOCOL_MS_RPCH (#2218)
* Rename NDPI_PROTOCOL_RPC to NDPI_PROTOCOL_MS_RPCH
* Add protocol description
* Improve MS-RPCH detection
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index d36dd8126..5e165287b 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -23,6 +23,14 @@ TFTP is a very simple protocol used to transfer files. It is from this that its References: `RFC1350 <https://datatracker.ietf.org/doc/html/rfc1350>`_ and `RFC2347 <https://datatracker.ietf.org/doc/html/rfc2347>`_ and `RFC2349 <https://datatracker.ietf.org/doc/html/rfc2349>`_ +.. _Proto 127: + +`NDPI_PROTOCOL_MS_RPCH` +==================== +A Remote Procedure Call protocol over HTTP from Microsoft. + +References: `Protocol Specs: <https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rpch/c0f4c9c5-1a61-4d10-b8e2-005378d1d212`_. + .. _Proto 338: `NDPI_PROTOCOL_SRTP` |