mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 17:00:16 +00:00
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.
62 lines
2.9 KiB
C
62 lines
2.9 KiB
C
/*
|
|
*
|
|
* 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_disneyplus_protocol_list[] = {
|
|
{ 0x08050500 /* 8.5.5.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B686000 /* 139.104.96.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B686200 /* 139.104.98.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B687000 /* 139.104.112.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B687D00 /* 139.104.125.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B687E00 /* 139.104.126.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68C000 /* 139.104.192.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68C500 /* 139.104.197.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68C600 /* 139.104.198.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68C800 /* 139.104.200.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68CC00 /* 139.104.204.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68CF00 /* 139.104.207.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68D000 /* 139.104.208.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68D500 /* 139.104.213.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68D600 /* 139.104.214.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x8B68D800 /* 139.104.216.0/21 */, 21, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x9D17E000 /* 157.23.224.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x9D17E800 /* 157.23.232.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ 0x9D17EC00 /* 157.23.236.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
|
|
/* End */
|
|
{ 0x0, 0, 0 }
|
|
};
|
|
|
|
static ndpi_network6 ndpi_protocol_disneyplus_protocol_list_6[] = {
|
|
{ "2405:dc0:8001::", 48, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2405:dc0:8008::", 46, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2620:138:3000::", 46, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2620:138:3006::", 47, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2620:138:3008::", 45, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2620:138:3018::", 46, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2620:138:301c::", 47, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2620:138:3020::", 48, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2620:138:30fe::", 47, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2a0e:bbc0:8000::", 46, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2a0e:bbc0:8004::", 47, NDPI_PROTOCOL_DISNEYPLUS },
|
|
{ "2a0e:bbc0:8006::", 48, NDPI_PROTOCOL_DISNEYPLUS },
|
|
/* End */
|
|
{ NULL, 0, 0 }
|
|
};
|