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
63
64
65
66
67
68
|
/*
*
* 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_steam_protocol_list[] = {
{ 0x2D79B800 /* 45.121.184.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x670A7C00 /* 103.10.124.0/23 */, 23, NDPI_PROTOCOL_STEAM },
{ 0x671C3600 /* 103.28.54.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x92429800 /* 146.66.152.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x92429B00 /* 146.66.155.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x9B85E000 /* 155.133.224.0/22 */, 22, NDPI_PROTOCOL_STEAM },
{ 0x9B85E400 /* 155.133.228.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x9B85E600 /* 155.133.230.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x9B85EC00 /* 155.133.236.0/23 */, 23, NDPI_PROTOCOL_STEAM },
{ 0x9B85EE00 /* 155.133.238.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x9B85F000 /* 155.133.240.0/23 */, 23, NDPI_PROTOCOL_STEAM },
{ 0x9B85F400 /* 155.133.244.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x9B85F600 /* 155.133.246.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0x9B85F800 /* 155.133.248.0/21 */, 21, NDPI_PROTOCOL_STEAM },
{ 0xA2FEC000 /* 162.254.192.0/23 */, 23, NDPI_PROTOCOL_STEAM },
{ 0xA2FEC300 /* 162.254.195.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0xA2FEC400 /* 162.254.196.0/22 */, 22, NDPI_PROTOCOL_STEAM },
{ 0xB919B600 /* 185.25.182.0/23 */, 23, NDPI_PROTOCOL_STEAM },
{ 0xC0456000 /* 192.69.96.0/22 */, 22, NDPI_PROTOCOL_STEAM },
{ 0xCDC40600 /* 205.196.6.0/24 */, 24, NDPI_PROTOCOL_STEAM },
{ 0xD040C800 /* 208.64.200.0/22 */, 22, NDPI_PROTOCOL_STEAM },
{ 0xD04EA400 /* 208.78.164.0/22 */, 22, NDPI_PROTOCOL_STEAM },
/* End */
{ 0x0, 0, 0 }
};
static ndpi_network6 ndpi_protocol_steam_protocol_list_6[] = {
{ "2404:3fc0::", 46, NDPI_PROTOCOL_STEAM },
{ "2404:3fc0:8::", 47, NDPI_PROTOCOL_STEAM },
{ "2404:3fc0:a::", 48, NDPI_PROTOCOL_STEAM },
{ "2602:801:f000::", 47, NDPI_PROTOCOL_STEAM },
{ "2602:801:f002::", 48, NDPI_PROTOCOL_STEAM },
{ "2602:801:f005::", 48, NDPI_PROTOCOL_STEAM },
{ "2602:801:f006::", 47, NDPI_PROTOCOL_STEAM },
{ "2602:801:f008::", 46, NDPI_PROTOCOL_STEAM },
{ "2602:801:f00d::", 48, NDPI_PROTOCOL_STEAM },
{ "2602:801:f00e::", 48, NDPI_PROTOCOL_STEAM },
{ "2a01:bc80:1::", 48, NDPI_PROTOCOL_STEAM },
{ "2a01:bc80:2::", 47, NDPI_PROTOCOL_STEAM },
{ "2a01:bc80:4::", 46, NDPI_PROTOCOL_STEAM },
{ "2a01:bc80:8::", 46, NDPI_PROTOCOL_STEAM },
{ "2a01:bc80:c::", 48, NDPI_PROTOCOL_STEAM },
/* End */
{ NULL, 0, 0 }
};
|