diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-08-02 15:06:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 15:06:08 +0200 |
commit | 2740a4f4e3d56f992b37e1fa273b6e0f3490868e (patch) | |
tree | 839d7de0a913194efbc8db054e48f10b346dcd5b /src/lib/inc_generated/ndpi_asn_telegram.c.inc | |
parent | dbfeb06e26bb91769b870a1694f85fb6f44e2499 (diff) |
Update all IP lists (#2515)
The `suffix_id` is simply an incremental index (see
`ndpi_load_domain_suffixes`), so its value might changes every time we
update the public suffix list.
Diffstat (limited to 'src/lib/inc_generated/ndpi_asn_telegram.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_asn_telegram.c.inc | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/src/lib/inc_generated/ndpi_asn_telegram.c.inc b/src/lib/inc_generated/ndpi_asn_telegram.c.inc index 3bda61219..57521cbc5 100644 --- a/src/lib/inc_generated/ndpi_asn_telegram.c.inc +++ b/src/lib/inc_generated/ndpi_asn_telegram.c.inc @@ -21,18 +21,16 @@ static ndpi_network ndpi_protocol_telegram_protocol_list[] = { - { 0x5B69C000 /* 91.105.192.0/23 */, 23, NDPI_PROTOCOL_TELEGRAM }, - { 0x5B6C0400 /* 91.108.4.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, - { 0x5B6C0800 /* 91.108.8.0/21 */, 21, NDPI_PROTOCOL_TELEGRAM }, - { 0x5B6C0C00 /* 91.108.12.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, - { 0x5B6C1000 /* 91.108.16.0/21 */, 21, NDPI_PROTOCOL_TELEGRAM }, - { 0x5B6C3800 /* 91.108.56.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, - { 0x5FA14000 /* 95.161.64.0/20 */, 20, NDPI_PROTOCOL_TELEGRAM }, - { 0x959AA000 /* 149.154.160.0/20 */, 20, NDPI_PROTOCOL_TELEGRAM }, - { 0x959AAC00 /* 149.154.172.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, - { 0xB94C9700 /* 185.76.151.0/24 */, 24, NDPI_PROTOCOL_TELEGRAM }, - /* End */ - { 0x0, 0, 0 } + { 0x5B69C000 /* 91.105.192.0/23 */, 23, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C0400 /* 91.108.4.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C0800 /* 91.108.8.0/21 */, 21, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C1000 /* 91.108.16.0/21 */, 21, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C3800 /* 91.108.56.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, + { 0x5FA14000 /* 95.161.64.0/20 */, 20, NDPI_PROTOCOL_TELEGRAM }, + { 0x959AA000 /* 149.154.160.0/20 */, 20, NDPI_PROTOCOL_TELEGRAM }, + { 0xB94C9700 /* 185.76.151.0/24 */, 24, NDPI_PROTOCOL_TELEGRAM }, + /* End */ + { 0x0, 0, 0 } }; static ndpi_network6 ndpi_protocol_telegram_protocol_list_6[] = { |