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/lib/protocols/stun.c | |
parent | 1645fea85c79bab6e37a8c028fb63fd8494d6e4d (diff) |
Updated SkypeCall -> Skype_TeamsCall
Diffstat (limited to 'src/lib/protocols/stun.c')
-rw-r--r-- | src/lib/protocols/stun.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/protocols/stun.c b/src/lib/protocols/stun.c index 80c2902ca..f6e6f0592 100644 --- a/src/lib/protocols/stun.c +++ b/src/lib/protocols/stun.c @@ -413,7 +413,7 @@ static ndpi_int_stun_t ndpi_int_check_stun(struct ndpi_detection_module_struct * #ifdef DEBUG_STUN printf("==> Skype found\n"); #endif - flow->guessed_host_protocol_id = NDPI_PROTOCOL_SKYPE_CALL; + flow->guessed_host_protocol_id = NDPI_PROTOCOL_SKYPE_TEAMS_CALL; return(NDPI_IS_STUN); } @@ -434,7 +434,7 @@ static ndpi_int_stun_t ndpi_int_check_stun(struct ndpi_detection_module_struct * printf("==> Skype (2) found\n"); #endif - flow->guessed_host_protocol_id = NDPI_PROTOCOL_SKYPE_CALL; + flow->guessed_host_protocol_id = NDPI_PROTOCOL_SKYPE_TEAMS_CALL; return(NDPI_IS_STUN); break; @@ -446,7 +446,7 @@ static ndpi_int_stun_t ndpi_int_check_stun(struct ndpi_detection_module_struct * printf("==> Skype (3) found\n"); #endif - flow->guessed_host_protocol_id = NDPI_PROTOCOL_SKYPE_CALL; + flow->guessed_host_protocol_id = NDPI_PROTOCOL_SKYPE_TEAMS_CALL; return(NDPI_IS_STUN); } break; |