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_asn_tencent.c.inc | |
parent | 6c9571d9a92b8c71bd7b8a565f062a49bd7d4d49 (diff) |
IP lists: aggregate addresses wherever possible (#2152)
See #2150
Diffstat (limited to 'src/lib/inc_generated/ndpi_asn_tencent.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_asn_tencent.c.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/inc_generated/ndpi_asn_tencent.c.inc b/src/lib/inc_generated/ndpi_asn_tencent.c.inc index c20afbf4e..a7b56cce6 100644 --- a/src/lib/inc_generated/ndpi_asn_tencent.c.inc +++ b/src/lib/inc_generated/ndpi_asn_tencent.c.inc @@ -57,7 +57,10 @@ static ndpi_network ndpi_protocol_tencent_protocol_list[] = { { 0x2B9EC000 /* 43.158.192.0/18 */, 18, NDPI_PROTOCOL_TENCENT }, { 0x2B9F0000 /* 43.159.0.0/18 */, 18, NDPI_PROTOCOL_TENCENT }, { 0x2B9F8000 /* 43.159.128.0/17 */, 17, NDPI_PROTOCOL_TENCENT }, - { 0x2BA00000 /* 43.160.0.0/15 */, 15, NDPI_PROTOCOL_TENCENT }, + { 0x2BA00000 /* 43.160.0.0/17 */, 17, NDPI_PROTOCOL_TENCENT }, + { 0x2BA08000 /* 43.160.128.0/19 */, 19, NDPI_PROTOCOL_TENCENT }, + { 0x2BA0C000 /* 43.160.192.0/18 */, 18, NDPI_PROTOCOL_TENCENT }, + { 0x2BA10000 /* 43.161.0.0/16 */, 16, NDPI_PROTOCOL_TENCENT }, { 0x2BA20000 /* 43.162.0.0/16 */, 16, NDPI_PROTOCOL_TENCENT }, { 0x2BA3C000 /* 43.163.192.0/18 */, 18, NDPI_PROTOCOL_TENCENT }, { 0x2BAC0F00 /* 43.172.15.0/24 */, 24, NDPI_PROTOCOL_TENCENT }, @@ -90,7 +93,6 @@ static ndpi_network ndpi_protocol_tencent_protocol_list[] = { { 0x65210000 /* 101.33.0.0/23 */, 23, NDPI_PROTOCOL_TENCENT }, { 0x65210400 /* 101.33.4.0/23 */, 23, NDPI_PROTOCOL_TENCENT }, { 0x65210A00 /* 101.33.10.0/23 */, 23, NDPI_PROTOCOL_TENCENT }, - { 0x65210E00 /* 101.33.14.0/23 */, 23, NDPI_PROTOCOL_TENCENT }, { 0x65211100 /* 101.33.17.0/24 */, 24, NDPI_PROTOCOL_TENCENT }, { 0x65211200 /* 101.33.18.0/23 */, 23, NDPI_PROTOCOL_TENCENT }, { 0x65211A00 /* 101.33.26.0/23 */, 23, NDPI_PROTOCOL_TENCENT }, |