diff options
author | Luca Deri <deri@ntop.org> | 2017-07-30 13:57:12 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-07-30 13:57:12 +0200 |
commit | 1d4eeaa32824d5b10b2a3e1ccf4245709a2374d1 (patch) | |
tree | edc97f91205029ca943a57cbbaf9e4ac1c4dbccc /src | |
parent | b1f6ac1a844f610167e6d8c682e3ff33aeee2502 (diff) |
Removed invalid networks from google list
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index a87dbb728..ae57ddf4c 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -754,10 +754,6 @@ static ndpi_network host_protocol_list[] = { Google Inc. / Google Switzerland GmbH / Google Ireland Limited origin AS15169, AS36384, AS41264, AS43515, AS36039, AS36040, AS36492 */ - - { 0x01000000 /* 1.0.0.0/24 */, 24, NDPI_PROTOCOL_GOOGLE }, - { 0x01010100 /* 1.1.1.0/24 */, 24, NDPI_PROTOCOL_GOOGLE }, - { 0x01020300 /* 1.2.3.0/24 */, 24, NDPI_PROTOCOL_GOOGLE }, { 0x08063000 /* 8.6.48.0/21 */, 21, NDPI_PROTOCOL_GOOGLE }, { 0x08080400 /* 8.8.4.0/24 */, 24, NDPI_PROTOCOL_GOOGLE }, { 0x08080800 /* 8.8.8.0/24 */, 24, NDPI_PROTOCOL_GOOGLE }, @@ -829,7 +825,7 @@ static ndpi_network host_protocol_list[] = { { 0xD8EF2000 /* 216.239.32.0/19 */, 19, NDPI_PROTOCOL_GOOGLE }, { 0xD8FCDC00 /* 216.252.220.0/22 */, 22, NDPI_PROTOCOL_GOOGLE }, - /* +/* Canonical Ltd (Ubuntu) origin AS41231 */ |