From 6fc8aa4e61f80a4788f9a2199ada823e000c6e52 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:23:37 +0300 Subject: 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 --- doc/protocols.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/protocols.rst') 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: `_. + + +.. _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: `_. + +Notes: + +- WebDAV is almost always encrypted, i.e. transported over TLS. -- cgit v1.2.3