diff options
author | Campus <campus@ntop.org> | 2016-02-18 00:43:43 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-02-18 00:43:43 +0100 |
commit | 407b4fd1d55b4e5c26a889e1f1691ddcb5ab5de2 (patch) | |
tree | 09ceb078e880d1fc11f9a3176148a145d0ab4358 /src | |
parent | 882cbd8b4e551d31c26610a850a694fd2f735101 (diff) |
improved facebook detection adding host name match
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 9aeeafd08..a8f3e7192 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -7377,6 +7377,7 @@ ndpi_protocol_match host_match[] = { { ".ebaystratus.com", "eBay", NDPI_SERVICE_EBAY, NDPI_PROTOCOL_ACCEPTABLE }, { ".ebayimg.com", "eBay", NDPI_SERVICE_EBAY, NDPI_PROTOCOL_ACCEPTABLE }, { ".facebook.com", "Facebook", NDPI_SERVICE_FACEBOOK, NDPI_PROTOCOL_FUN }, + { "fbstatic-a.akamaihd.net", "Facebook", NDPI_SERVICE_FACEBOOK, NDPI_PROTOCOL_FUN }, { ".fbcdn.net", "Facebook", NDPI_SERVICE_FACEBOOK, NDPI_PROTOCOL_FUN }, { "fbcdn-", "Facebook", NDPI_SERVICE_FACEBOOK, NDPI_PROTOCOL_FUN }, /* fbcdn-video-a-akamaihd.net */ { ".google.", "Google", NDPI_SERVICE_GOOGLE, NDPI_PROTOCOL_ACCEPTABLE }, |