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
|
/*
*
* 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_line_protocol_list[] = {
{ 0x2BDF0000 /* 43.223.0.0/16 */, 16, NDPI_PROTOCOL_LINE },
{ 0x67021C00 /* 103.2.28.0/24 */, 24, NDPI_PROTOCOL_LINE },
{ 0x67021E00 /* 103.2.30.0/23 */, 23, NDPI_PROTOCOL_LINE },
{ 0x77EBE000 /* 119.235.224.0/24 */, 24, NDPI_PROTOCOL_LINE },
{ 0x77EBE800 /* 119.235.232.0/24 */, 24, NDPI_PROTOCOL_LINE },
{ 0x77EBEB00 /* 119.235.235.0/24 */, 24, NDPI_PROTOCOL_LINE },
{ 0x77EBEC00 /* 119.235.236.0/23 */, 23, NDPI_PROTOCOL_LINE },
{ 0x7DD1FC00 /* 125.209.252.0/24 */, 24, NDPI_PROTOCOL_LINE },
{ 0x935C8000 /* 147.92.128.0/17 */, 17, NDPI_PROTOCOL_LINE },
{ 0xCB688000 /* 203.104.128.0/20 */, 20, NDPI_PROTOCOL_LINE },
{ 0xCB689000 /* 203.104.144.0/21 */, 21, NDPI_PROTOCOL_LINE },
{ 0xCB689800 /* 203.104.152.0/22 */, 22, NDPI_PROTOCOL_LINE },
{ 0xCB689C00 /* 203.104.156.0/23 */, 23, NDPI_PROTOCOL_LINE },
{ 0xCB689E00 /* 203.104.158.0/24 */, 24, NDPI_PROTOCOL_LINE },
/* End */
{ 0x0, 0, 0 }
};
static ndpi_network6 ndpi_protocol_line_protocol_list_6[] = {
{ "2400:dcc0::", 32, NDPI_PROTOCOL_LINE },
/* End */
{ NULL, 0, 0 }
};
|