diff options
author | Luca Deri <deri@ntop.org> | 2022-05-26 19:27:12 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-05-26 19:27:12 +0200 |
commit | cedbd32030f7e481a88d16e504e849613fefa0a2 (patch) | |
tree | e972ca95d26052940bc27836d352bdcdfb361cb0 /src/include | |
parent | 1645fea85c79bab6e37a8c028fb63fd8494d6e4d (diff) |
Updated SkypeCall -> Skype_TeamsCall
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 540c90dd1..8a8808c01 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_CALL = 38, /* Skype call and videocalls */ + NDPI_PROTOCOL_SKYPE_TEAMS_CALL = 38, /* Skype call and videocalls */ NDPI_PROTOCOL_SIGNAL = 39, NDPI_PROTOCOL_MEMCACHED = 40, /* Memcached */ NDPI_PROTOCOL_SMBV23 = 41, /* SMB version 2/3 */ |