aboutsummaryrefslogtreecommitdiff
path: root/doc/protocols.rst
diff options
context:
space:
mode:
authorVladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com>2023-12-22 15:23:37 +0300
committerGitHub <noreply@github.com>2023-12-22 13:23:37 +0100
commit6fc8aa4e61f80a4788f9a2199ada823e000c6e52 (patch)
treea8ffedb24ecf892e0ead8d752030de572dc34ef2 /doc/protocols.rst
parent41aa2f96b65754660699071f95028c8caa0bcd6b (diff)
Add WebDAV detection support (#2224)
* Add WebDAV detection support * Add pcap example * Update test results * Remove redundant checks * Add WebDAV related HTTP methods to fuzz/dictionary.dict * Add note about WebDAV
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r--doc/protocols.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst
index 8340beb1d..081c39633 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -386,3 +386,16 @@ References: `Protocol Specs: <https://opennetworking.org/wp-content/uploads/2014
JSON-RPC is a remote procedure call protocol encoded in JSON.
References: `Protocol Specs: <https://www.jsonrpc.org/specification>`_.
+
+
+.. _Proto 376:
+
+`NDPI_PROTOCOL_WEBDAV`
+======================
+WebDAV is a set of extensions to the HTTP protocol that allows WebDAV clients to collaboratively edit and manage files on remote Web servers.
+
+References: `RFC4918: <https://datatracker.ietf.org/doc/html/rfc4918>`_.
+
+Notes:
+
+- WebDAV is almost always encrypted, i.e. transported over TLS.