From e4d3d619bc9fa2e38521b7ced17f4e7aa633d812 Mon Sep 17 00:00:00 2001 From: Toni Date: Tue, 1 Aug 2023 08:50:46 +0200 Subject: Add Service Location Protocol dissector. (#2036) Signed-off-by: Toni Uhlig --- doc/protocols.rst | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/protocols.rst b/doc/protocols.rst index 468489acf..44cc3e2d5 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -1,5 +1,5 @@ nDPI Protocols List -#################### +################### This page provides the list of the protocols/applications supported by nDPI. For each protocol there is a brief description, some links to further, more detailed information and, optionally, some notes that might be useful when handling such a protocol (from the application/integrator point of view) @@ -49,7 +49,7 @@ References: `Main site `_. .. _Proto 343: `NDPI_PROTOCOL_BITCOIN` -====================== +======================= Bitcoin is one of the most common crypto currencies. References: `Main site `_. @@ -64,7 +64,7 @@ Notes: .. _Proto 344: `NDPI_PROTOCOL_PROTONVPN` -======================== +========================= Proton VPN is a VPN service operated by the Swiss company Proton AG, the company behind the email service Proton Mail References: `Main site https://protonvpn.com/` @@ -73,7 +73,7 @@ References: `Main site https://protonvpn.com/` .. _Proto 345: `NDPI_PROTOCOL_THRIFT` -======================== +====================== Apache Thrift is a generic data interchange framework that supports a bunch of different languages and platforms. References: `Official site `_ `Github `_. @@ -82,7 +82,7 @@ References: `Official site `_ `Github `_. @@ -90,3 +90,12 @@ References: `Main site `_. Notes: - Since Roblox games use a custom version of the RakNet protocol, some Roblox flows might be classified as RakNet. + + +.. _Proto 347: + +`NDPI_PROTOCOL_SERVICE_LOCATION` +================================ +The Service Location Protocol is a service discovery protocol that allows computers and other devices to find services in a local area network without prior configuration. + +References: `SLPv1 `_ `SLPv2 `_. -- cgit v1.2.3