diff options
author | Luca Deri <deri@ntop.org> | 2020-06-03 10:14:27 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-06-03 10:14:27 +0200 |
commit | 16ca69733a26cd047a61d9355cba8b39ebaceb28 (patch) | |
tree | d746ac89201ad37511b16015da78f095a5f8b2a8 | |
parent | 5afa3ad818a9bbfd83526f03507e60575c6c83bc (diff) |
Improved teamviewer detection
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 05c9be436..32a6e840c 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -8673,6 +8673,8 @@ static ndpi_protocol_match host_match[] = { ".cloudfront.net", "Amazon", NDPI_PROTOCOL_AMAZON, NDPI_PROTOCOL_CATEGORY_WEB, NDPI_PROTOCOL_ACCEPTABLE }, { ".us-west-2.compute.amazonaws.com","Amazon", NDPI_PROTOCOL_AMAZON, NDPI_PROTOCOL_CATEGORY_WEB, NDPI_PROTOCOL_ACCEPTABLE }, + { ".teamviewer.com", "Teamviewer", NDPI_PROTOCOL_TEAMVIEWER, NDPI_PROTOCOL_CATEGORY_REMOTE_ACCESS, NDPI_PROTOCOL_ACCEPTABLE }, + /* Microsoft + Azure */ { ".azure.com", "Microsoft", NDPI_PROTOCOL_MICROSOFT, NDPI_PROTOCOL_CATEGORY_CLOUD, NDPI_PROTOCOL_SAFE }, { ".windows.net", "Microsoft", NDPI_PROTOCOL_MICROSOFT, NDPI_PROTOCOL_CATEGORY_CLOUD, NDPI_PROTOCOL_SAFE }, |