From 4bb851384efb2a321def0bdb5e93786fac1cc02b Mon Sep 17 00:00:00 2001 From: 0xA50C1A1 <105977161+0xA50C1A1@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:27:59 +0300 Subject: Add VK detection (#1880) --- src/lib/inc_generated/ndpi_asn_vk.c.inc | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/lib/inc_generated/ndpi_asn_vk.c.inc (limited to 'src/lib/inc_generated') 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 . + * + */ + +/* ****************************************************** */ + + +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 } +}; -- cgit v1.2.3