diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-01-20 18:06:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-20 18:06:56 +0100 |
commit | f3532f0bad383424c334e664b8901ef964832988 (patch) | |
tree | 1d3bed7ab929476670755b935c8e27b2883f435a /doc | |
parent | 45066c4a0d7c82b2fa6ee42136d5fd8974ad3fc2 (diff) |
Unify "Skype" and "Teams" ids (#2687)
* Rename `NDPI_PROTOCOL_SKYPE_TEAMS_CALL` ->
`NDPI_PROTOCOL_MSTEAMS_CALL`
* Rename ip list from "Skype/Teams" to "Teams"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configuration_parameters.md | 2 | ||||
-rw-r--r-- | doc/protocols.rst | 26 |
2 files changed, 25 insertions, 3 deletions
diff --git a/doc/configuration_parameters.md b/doc/configuration_parameters.md index d69b41f01..6cfa62101 100644 --- a/doc/configuration_parameters.md +++ b/doc/configuration_parameters.md @@ -65,5 +65,5 @@ List of the supported configuration options: | "openvpn" | "subclassification_by_ip" | enable | NULL | NULL | Enable/disable sub-classification of OpenVPN flows using server IP. Useful to detect the specific VPN application/app. At the moment, this knob allows to identify: Mullvad, NordVPN, ProtonVPN. | | "wireguard" | "subclassification_by_ip" | enable | NULL | NULL | Enable/disable sub-classification of Wireguard flows using server IP. Useful to detect the specific VPN application/app. At the moment, this knob allows to identify: Mullvad, NordVPN, ProtonVPN. | | $PROTO_NAME | "log" | disable | NULL | NULL | Enable/disable logging/debug for specific protocol. Use "any" as protocol name if you want to easily enable/disable logging/debug for all protocols | -| $PROTO_NAME | "ip_list.load" | enable | NULL | NULL | Enable/disable loading of internal list of IP addresses (used for (sub)classification) specific to that protocol. Use "any" as protocol name if you want to easily enable/disable all lists. This knob is valid only for the following protocols: Alibaba, Amazon AWS, Apple, Avast, Bloomberg, Cachefly, Cloudflare, DigitalOcean, Discord, Disney+, Dropbox, Edgecast, EpicGames, Ethereum, Facebook, Github, Google, Google Cloud, GoTo, Hotspot Shield, Hulu, Line, Microsoft 365, Microsoft Azure, Microsoft One Drive, Microsoft Outlook, Mullvad, Netflix, NordVPN, Nvidia, OpenDNS, ProtonVPN, RiotGames, Roblox, Skype/Teams, Starcraft, Steam, SurfSharkVPN, Teamviewer, Telegram, Tencent, Threema, TOR, Twitch, Twitter, UbuntuONE, VK, Yandex, Yandex Cloud, Webex, Whatsapp, Zoom | +| $PROTO_NAME | "ip_list.load" | enable | NULL | NULL | Enable/disable loading of internal list of IP addresses (used for (sub)classification) specific to that protocol. Use "any" as protocol name if you want to easily enable/disable all lists. This knob is valid only for the following protocols: Alibaba, Amazon AWS, Apple, Avast, Bloomberg, Cachefly, Cloudflare, DigitalOcean, Discord, Disney+, Dropbox, Edgecast, EpicGames, Ethereum, Facebook, Github, Google, Google Cloud, GoTo, Hotspot Shield, Hulu, Line, Microsoft 365, Microsoft Azure, Microsoft One Drive, Microsoft Outlook, Microsoft Teams, Mullvad, Netflix, NordVPN, Nvidia, OpenDNS, ProtonVPN, RiotGames, Roblox, Starcraft, Steam, SurfSharkVPN, Teamviewer, Telegram, Tencent, Threema, TOR, Twitch, Twitter, UbuntuONE, VK, Yandex, Yandex Cloud, Webex, Whatsapp, Zoom | | $PROTO_NAME | "monitoring" | disable | NULL | NULL | Enable/disable monitoring state for this specific protocol. Use "any" as protocol name if you want to easily enable/disable monitoring feature for all protocols. This knob is valid only for the following protocols: Stun. Monitoring allows nDPI to process the entire flow (i.e. all its packets), without any limits. See doc/monitoring.md for further details | diff --git a/doc/protocols.rst b/doc/protocols.rst index 3cfae0db0..fd338ea79 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -8,16 +8,25 @@ Work in progress! .. _Proto 32: `NDPI_PROTOCOL_BFCP` -======================= +==================== BFCP (Binary Floor Control Protocol) is used for controlling and coordinating real-time data sharing and collaboration during video conferencing sessions. References: `RFC: <https://datatracker.ietf.org/doc/html/rfc8855>`_ +.. _Proto 38: + +`NDPI_PROTOCOL_MSTEAMS_CALL` +============================ +Audio/video calls made by (any) Microsoft applications: mainly MsTeams, but also Skype. + +References: `Main site: <https://www.microsoft.com/it-it/microsoft-teams/group-chat-software>`_ + + .. _Proto 54: `NDPI_PROTOCOL_IQIYI` -=========================== +===================== iQIYI is a Chinese online video platform that offers a wide range of original and licensed content including movies, dramas, variety shows, and anime. References: `Main site: <https://www.iqiyi.com/>`_ @@ -127,6 +136,19 @@ Steam Datagram Relay (SDR) is Valve's virtual private gaming network. Used in al References: `Main site: <https://partner.steamgames.com/doc/features/multiplayer/steamdatagramrelay>`_ +.. _Proto 350: + +`NDPI_PROTOCOL_MSTEAMS` +======================= +Microsoft Teams is a team collaboration application developed by Microsoft as part of the Microsoft 365 family of products, offering workspace chat and video conferencing, file storage, and integration of proprietary and third-party applications and services. + +References: `Main site: <https://www.microsoft.com/it-it/microsoft-teams/group-chat-software>`_ + +Notes: + +- This same id is also used for Skype traffic + + .. _Proto 338: `NDPI_PROTOCOL_SRTP` |