aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2016-03-13 21:30:21 +0100
committerLuca Deri <deri@ntop.org>2016-03-13 21:30:21 +0100
commit1cf4926b4e4f485ead5e36c0e57e2dc99da51414 (patch)
tree207bdda3cadb9657dd2d38a12bd31bffae71a1eb /src
parent7ae06a114df358010c27cdf5819d1abdadd099fb (diff)
Enhanced Google detection
Diffstat (limited to 'src')
-rw-r--r--src/lib/ndpi_content_match.c.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc
index 013a1b0d5..cb71d8596 100644
--- a/src/lib/ndpi_content_match.c.inc
+++ b/src/lib/ndpi_content_match.c.inc
@@ -159,11 +159,15 @@ static ndpi_network host_protocol_list[] = {
/*
Google
173.194.0.0/16
+ 74.125.0.0/16
64.233.160.0/19
+ 216.58.192.0/19
*/
{ 0xADC20000 /* 173.194.0.0 */, 16, NDPI_SERVICE_GOOGLE },
+ { 0x4A7D0000 /* 74.125.0.0 */, 16, NDPI_SERVICE_GOOGLE },
{ 0x40E91600 /* 64.233.160.0 */, 19, NDPI_SERVICE_GOOGLE },
-
+ { 0xD83AC000 /* 216.58.192.0 */, 19, NDPI_SERVICE_GOOGLE },
+
/*
Ubuntu One
91.189.89.0/21 (255.255.248.0)