diff options
author | 0xA50C1A1 <105977161+0xA50C1A1@users.noreply.github.com> | 2023-02-02 17:27:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 15:27:59 +0100 |
commit | 4bb851384efb2a321def0bdb5e93786fac1cc02b (patch) | |
tree | 86abdb78af7e9be46267c3b0184e3f95f59b3c1a /src/lib/inc_generated | |
parent | 64b8ae38dbc816f78591c65dcdad27dd51f89381 (diff) |
Add VK detection (#1880)
Diffstat (limited to 'src/lib/inc_generated')
-rw-r--r-- | src/lib/inc_generated/ndpi_asn_vk.c.inc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/lib/inc_generated/ndpi_asn_vk.c.inc b/src/lib/inc_generated/ndpi_asn_vk.c.inc new file mode 100644 index 000000000..882cf9df2 --- /dev/null +++ b/src/lib/inc_generated/ndpi_asn_vk.c.inc @@ -0,0 +1,35 @@ +/* + * + * This file is generated automatically and part of nDPI + * + * nDPI is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * nDPI is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with nDPI. If not, see <http://www.gnu.org/licenses/>. + * + */ + +/* ****************************************************** */ + + +static ndpi_network ndpi_protocol_vk_protocol_list[] = { + { 0x4F898B00 /* 79.137.139.0/24 */, 24, NDPI_PROTOCOL_VK }, + { 0x4F89A400 /* 79.137.164.0/24 */, 24, NDPI_PROTOCOL_VK }, + { 0x4F89B400 /* 79.137.180.0/24 */, 24, NDPI_PROTOCOL_VK }, + { 0x4F89B700 /* 79.137.183.0/24 */, 24, NDPI_PROTOCOL_VK }, + { 0x57F08000 /* 87.240.128.0/18 */, 18, NDPI_PROTOCOL_VK }, + { 0x5DBAE000 /* 93.186.224.0/20 */, 20, NDPI_PROTOCOL_VK }, + { 0x5F8EC000 /* 95.142.192.0/20 */, 20, NDPI_PROTOCOL_VK }, + { 0x5FD50000 /* 95.213.0.0/18 */, 18, NDPI_PROTOCOL_VK }, + { 0xB920F800 /* 185.32.248.0/22 */, 22, NDPI_PROTOCOL_VK }, + /* End */ + { 0x0, 0, 0 } +}; |