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 /src/include | |
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 'src/include')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 181a8c6b4..91071d45b 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -66,7 +66,7 @@ typedef enum { NDPI_PROTOCOL_GNUTELLA = 35, NDPI_PROTOCOL_EDONKEY = 36, NDPI_PROTOCOL_BITTORRENT = 37, - NDPI_PROTOCOL_SKYPE_TEAMS_CALL = 38, /* Skype call and videocalls */ + NDPI_PROTOCOL_MSTEAMS_CALL = 38, /* MS Teams (and Skype) videocalls */ NDPI_PROTOCOL_SIGNAL = 39, NDPI_PROTOCOL_MEMCACHED = 40, /* Memcached */ NDPI_PROTOCOL_SMBV23 = 41, /* SMB version 2/3 */ @@ -153,7 +153,7 @@ typedef enum { NDPI_PROTOCOL_GMAIL = 122, NDPI_PROTOCOL_GOOGLE_MAPS = 123, NDPI_PROTOCOL_YOUTUBE = 124, - NDPI_PROTOCOL_SKYPE_TEAMS = 125, + NDPI_PROTOCOL_FREE_125 = 125, /* FREE */ NDPI_PROTOCOL_GOOGLE = 126, NDPI_PROTOCOL_MS_RPCH = 127, NDPI_PROTOCOL_NETFLOW = 128, |