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
|
/*
*
* 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_avast_protocol_list[] = {
{ 0x052D3800 /* 5.45.56.0/21 */, 21, NDPI_PROTOCOL_AVAST },
{ 0x053E1000 /* 5.62.16.0/22 */, 22, NDPI_PROTOCOL_AVAST },
{ 0x053E1400 /* 5.62.20.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x053E1900 /* 5.62.25.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x053E2000 /* 5.62.32.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x053E2400 /* 5.62.36.0/22 */, 22, NDPI_PROTOCOL_AVAST },
{ 0x053E2800 /* 5.62.40.0/21 */, 21, NDPI_PROTOCOL_AVAST },
{ 0x053E3000 /* 5.62.48.0/23 */, 23, NDPI_PROTOCOL_AVAST },
{ 0x053E3200 /* 5.62.50.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x053E3400 /* 5.62.52.0/22 */, 22, NDPI_PROTOCOL_AVAST },
{ 0x053E3800 /* 5.62.56.0/21 */, 21, NDPI_PROTOCOL_AVAST },
{ 0x1F0E4900 /* 31.14.73.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x1F0E4A00 /* 31.14.74.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x259CBB00 /* 37.156.187.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x455E4000 /* 69.94.64.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x455E4300 /* 69.94.67.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x455E4400 /* 69.94.68.0/23 */, 23, NDPI_PROTOCOL_AVAST },
{ 0x455E4800 /* 69.94.72.0/21 */, 21, NDPI_PROTOCOL_AVAST },
{ 0x4DEA2800 /* 77.234.40.0/22 */, 22, NDPI_PROTOCOL_AVAST },
{ 0x4DEA2C00 /* 77.234.44.0/23 */, 23, NDPI_PROTOCOL_AVAST },
{ 0x4DEA2E00 /* 77.234.46.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x5BD58F00 /* 91.213.143.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x5F8E7000 /* 95.142.112.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x5F8E7300 /* 95.142.115.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x5F8E7600 /* 95.142.118.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x5F8E7900 /* 95.142.121.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x5F8E7C00 /* 95.142.124.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x5F8E7F00 /* 95.142.127.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x9FF2E300 /* 159.242.227.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x9FF2EA00 /* 159.242.234.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0x9FF2EF00 /* 159.242.239.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0xB933E500 /* 185.51.229.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0xB933E600 /* 185.51.230.0/24 */, 24, NDPI_PROTOCOL_AVAST },
{ 0xB9BD5C00 /* 185.189.92.0/22 */, 22, NDPI_PROTOCOL_AVAST },
{ 0xC34A4C00 /* 195.74.76.0/24 */, 24, NDPI_PROTOCOL_AVAST },
/* End */
{ 0x0, 0, 0 }
};
|