diff options
author | Luca Deri <deri@ntop.org> | 2015-10-11 17:55:56 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-10-11 17:55:56 +0200 |
commit | 88d466e58e00b54827ac1702639664d335509922 (patch) | |
tree | 2dfbe8525dd85a8dd3315b4ca78325006c7e6005 /src | |
parent | cf2c59b1d756d0343b8bd4d4b149d5e8ab2343f1 (diff) |
Added fix for Webex protol detection
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 7413b6ebf..73e99c94e 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -7420,6 +7420,7 @@ ndpi_protocol_match host_match[] = { { "worldofwarcraft.com", "WorldOfWarcraft", NDPI_PROTOCOL_WORLDOFWARCRAFT, NDPI_PROTOCOL_FUN }, { ".anchorfree.", "HotspotShield", NDPI_SERVICE_HOTSPOT_SHIELD, NDPI_PROTOCOL_POTENTIALLY_DANGEROUS }, { "hotspotshield.com", "HotspotShield", NDPI_SERVICE_HOTSPOT_SHIELD, NDPI_PROTOCOL_POTENTIALLY_DANGEROUS }, + { ".webex.com", "Webex", NDPI_PROTOCOL_WEBEX, NDPI_PROTOCOL_ACCEPTABLE }, { NULL, 0 } }; |