1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
/*
*
* 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 }
};
|