diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-11-17 12:26:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 12:26:23 +0100 |
commit | bdb73db1a49d271bfb958eaabcce489013d84f3c (patch) | |
tree | ccc307b0defcda97bacd2620340dc9d645421b08 /src/lib/inc_generated/ndpi_google_match.c.inc | |
parent | 6c9571d9a92b8c71bd7b8a565f062a49bd7d4d49 (diff) |
IP lists: aggregate addresses wherever possible (#2152)
See #2150
Diffstat (limited to 'src/lib/inc_generated/ndpi_google_match.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_google_match.c.inc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/inc_generated/ndpi_google_match.c.inc b/src/lib/inc_generated/ndpi_google_match.c.inc index 2a4102198..f942a360c 100644 --- a/src/lib/inc_generated/ndpi_google_match.c.inc +++ b/src/lib/inc_generated/ndpi_google_match.c.inc @@ -40,7 +40,6 @@ static ndpi_network ndpi_protocol_google_protocol_list[] = { { 0x22040000 /* 34.4.0.0/14 */, 14, NDPI_PROTOCOL_GOOGLE }, { 0x22080000 /* 34.8.0.0/13 */, 13, NDPI_PROTOCOL_GOOGLE }, { 0x2222C000 /* 34.34.192.0/18 */, 18, NDPI_PROTOCOL_GOOGLE }, - { 0x22250000 /* 34.37.0.0/16 */, 16, NDPI_PROTOCOL_GOOGLE }, { 0x222B0000 /* 34.43.0.0/16 */, 16, NDPI_PROTOCOL_GOOGLE }, { 0x222F4000 /* 34.47.64.0/18 */, 18, NDPI_PROTOCOL_GOOGLE }, { 0x222F8000 /* 34.47.128.0/17 */, 17, NDPI_PROTOCOL_GOOGLE }, @@ -93,10 +92,8 @@ static ndpi_network ndpi_protocol_google_protocol_list[] = { { 0x22800000 /* 34.128.0.0/19 */, 19, NDPI_PROTOCOL_GOOGLE }, { 0x22802600 /* 34.128.38.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, { 0x22802800 /* 34.128.40.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, - { 0x22802E00 /* 34.128.46.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, { 0x22803200 /* 34.128.50.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, { 0x22803800 /* 34.128.56.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, - { 0x22803E00 /* 34.128.62.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, { 0x2280C000 /* 34.128.192.0/18 */, 18, NDPI_PROTOCOL_GOOGLE }, { 0x228F0000 /* 34.143.0.0/17 */, 17, NDPI_PROTOCOL_GOOGLE }, { 0x22900000 /* 34.144.0.0/17 */, 17, NDPI_PROTOCOL_GOOGLE }, @@ -107,7 +104,6 @@ static ndpi_network ndpi_protocol_google_protocol_list[] = { { 0x22986000 /* 34.152.96.0/19 */, 19, NDPI_PROTOCOL_GOOGLE }, { 0x22988000 /* 34.152.128.0/17 */, 17, NDPI_PROTOCOL_GOOGLE }, { 0x22990000 /* 34.153.0.0/19 */, 19, NDPI_PROTOCOL_GOOGLE }, - { 0x22992100 /* 34.153.33.0/24 */, 24, NDPI_PROTOCOL_GOOGLE }, { 0x22992200 /* 34.153.34.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, { 0x22992400 /* 34.153.36.0/22 */, 22, NDPI_PROTOCOL_GOOGLE }, { 0x22992800 /* 34.153.40.0/21 */, 21, NDPI_PROTOCOL_GOOGLE }, @@ -115,7 +111,6 @@ static ndpi_network ndpi_protocol_google_protocol_list[] = { { 0x22994000 /* 34.153.64.0/18 */, 18, NDPI_PROTOCOL_GOOGLE }, { 0x22998000 /* 34.153.128.0/18 */, 18, NDPI_PROTOCOL_GOOGLE }, { 0x2299C000 /* 34.153.192.0/19 */, 19, NDPI_PROTOCOL_GOOGLE }, - { 0x2299E100 /* 34.153.225.0/24 */, 24, NDPI_PROTOCOL_GOOGLE }, { 0x2299E200 /* 34.153.226.0/23 */, 23, NDPI_PROTOCOL_GOOGLE }, { 0x2299E400 /* 34.153.228.0/22 */, 22, NDPI_PROTOCOL_GOOGLE }, { 0x2299E800 /* 34.153.232.0/21 */, 21, NDPI_PROTOCOL_GOOGLE }, @@ -233,7 +228,11 @@ static ndpi_network6 ndpi_protocol_google_protocol_list_6[] = { { "2600:1900:4130::", 44, NDPI_PROTOCOL_GOOGLE }, { "2600:1900:4190::", 44, NDPI_PROTOCOL_GOOGLE }, { "2600:1900:41f0::", 44, NDPI_PROTOCOL_GOOGLE }, - { "2600:1900:4200::", 39, NDPI_PROTOCOL_GOOGLE }, + { "2600:1900:4200::", 41, NDPI_PROTOCOL_GOOGLE }, + { "2600:1900:4290::", 44, NDPI_PROTOCOL_GOOGLE }, + { "2600:1900:42a0::", 43, NDPI_PROTOCOL_GOOGLE }, + { "2600:1900:42c0::", 42, NDPI_PROTOCOL_GOOGLE }, + { "2600:1900:4300::", 40, NDPI_PROTOCOL_GOOGLE }, { "2600:1900:4400::", 38, NDPI_PROTOCOL_GOOGLE }, { "2600:1900:4800::", 37, NDPI_PROTOCOL_GOOGLE }, { "2600:1900:5000::", 38, NDPI_PROTOCOL_GOOGLE }, |