Added detection of Microsoft Teams

This commit is contained in:
Luca Deri 2020-04-16 15:23:07 +02:00
parent 287015ffdc
commit 711ba99eaa
7 changed files with 129 additions and 16 deletions

View file

@ -279,6 +279,7 @@ typedef enum {
NDPI_PROTOCOL_CAPWAP = 247,
NDPI_PROTOCOL_ZABBIX = 248,
NDPI_PROTOCOL_S7COMM = 249,
NDPI_PROTOCOL_MSTEAMS = 250,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"