diff options
author | Luca Deri <deri@ntop.org> | 2022-05-04 16:06:50 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-05-04 16:06:50 +0200 |
commit | 81a367f1aea74ca06e9704abd328570e55e40c72 (patch) | |
tree | 085746b9bd0560d9f1eb8c235400b03bdc7e7ab9 /src | |
parent | 5dcb9c1c16d59650a5c7570a6957fa47e752643e (diff) |
Fixes outdated description
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/protocols/skype.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |