diff options
author | Luca Deri <deri@ntop.org> | 2015-07-27 23:25:47 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-07-27 23:25:47 +0200 |
commit | b0ac39fe28424fa5eb2d5069d813d6d4ccc9c4f6 (patch) | |
tree | d3ff79aa4ba53f2d0292b51d615bbdb404f3eb29 /src | |
parent | aced1e96734489cfda44a4d8f2168942c9a358e4 (diff) |
Various Instagram enhancements
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 7a873cd9d..eb5877289 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -7388,6 +7388,9 @@ ndpi_protocol_match host_match[] = { { ".cdninstagram.com", "Instagram", NDPI_SERVICE_INSTAGRAM, NDPI_PROTOCOL_FUN }, { "instagram.", "Instagram", NDPI_SERVICE_INSTAGRAM, NDPI_PROTOCOL_FUN }, { ".instagram.", "Instagram", NDPI_SERVICE_INSTAGRAM, NDPI_PROTOCOL_FUN }, + { "igcdn-photos-", "Instagram", NDPI_SERVICE_INSTAGRAM, NDPI_PROTOCOL_FUN }, + { "instagramimages-", "Instagram", NDPI_SERVICE_INSTAGRAM, NDPI_PROTOCOL_FUN }, + { "instagramstatic-", "Instagram", NDPI_SERVICE_INSTAGRAM, NDPI_PROTOCOL_FUN }, { ".waze.com", "Waze", NDPI_SERVICE_WAZE, NDPI_PROTOCOL_ACCEPTABLE }, { "simet-", "Simet", NDPI_SERVICE_SIMET, NDPI_PROTOCOL_ACCEPTABLE }, |