From 81a367f1aea74ca06e9704abd328570e55e40c72 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 4 May 2022 16:06:50 +0200 Subject: Fixes outdated description --- src/lib/protocols/skype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/protocols/skype.c b/src/lib/protocols/skype.c index 37704b36a..ae280f440 100644 --- a/src/lib/protocols/skype.c +++ b/src/lib/protocols/skype.c @@ -189,7 +189,7 @@ void ndpi_search_skype(struct ndpi_detection_module_struct *ndpi_struct, struct void init_skype_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) { - ndpi_set_bitmask_protocol_detection("Skype", ndpi_struct, detection_bitmask, *id, + ndpi_set_bitmask_protocol_detection("Skype_Teams", ndpi_struct, detection_bitmask, *id, NDPI_PROTOCOL_SKYPE_TEAMS, ndpi_search_skype, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_OR_UDP_WITH_PAYLOAD, -- cgit v1.2.3