@@ -1184,7 +1184,7 @@ static ndpi_network host_protocol_list[] = {
1184
1184
{ 0x287603DF /* 40.118.3.223/32 */, 32, NDPI_PROTOCOL_MINING },
1185
1185
{ 0x287603DF /* 40.118.3.223/32 */, 32, NDPI_PROTOCOL_MINING },
1186
1186
{ 0x287603DF /* 40.118.3.223/32 */, 32, NDPI_PROTOCOL_MINING },
1187
-
1187
+
1188
1188
/*
1189
1189
Tor
1190
1190
https://torstatus.rueckgr.at/ip_list_all.php/Tor_ip_list_ALL.csv
@@ -9128,6 +9128,7 @@ static ndpi_protocol_match host_match[] = {
9128
9128
{ "whispersystems.org", NULL, "whispersystems\\.org" TLD, "Signal", NDPI_PROTOCOL_SIGNAL, NDPI_PROTOCOL_CATEGORY_CHAT, NDPI_PROTOCOL_ACCEPTABLE },
9129
9129
{ "musical.ly", NULL, "musical\\.ly" TLD, "TikTok", NDPI_PROTOCOL_TIKTOK, NDPI_PROTOCOL_CATEGORY_SOCIAL_NETWORK, NDPI_PROTOCOL_FUN },
9130
9130
{ "muscdn.com", NULL, "muscndl\\.com" TLD, "TikTok", NDPI_PROTOCOL_TIKTOK, NDPI_PROTOCOL_CATEGORY_SOCIAL_NETWORK, NDPI_PROTOCOL_FUN },
9131
+ { "byteoversea.com", NULL, "byteoversea\\.com" TLD, "TikTok", NDPI_PROTOCOL_TIKTOK, NDPI_PROTOCOL_CATEGORY_SOCIAL_NETWORK, NDPI_PROTOCOL_FUN },
9131
9132
9132
9133
{ "brasilbandalarga.com.br", NULL, "brasilbandalarga\\.com" TLD, "EAQ", NDPI_PROTOCOL_EAQ, NDPI_PROTOCOL_CATEGORY_NETWORK, NDPI_PROTOCOL_ACCEPTABLE },
9133
9134
{ ".eaqbr.com.br", NULL, "\\.eaqbr\\.com" TLD, "EAQ", NDPI_PROTOCOL_EAQ, NDPI_PROTOCOL_CATEGORY_NETWORK, NDPI_PROTOCOL_ACCEPTABLE },
@@ -9137,9 +9138,9 @@ static ndpi_protocol_match host_match[] = {
9137
9138
9138
9139
/* ******************************************************************** */
9139
9140
9140
- /*
9141
+ /*
9141
9142
IMPORTANT
9142
-
9143
+
9143
9144
Do NOT pur here strings that overlap with string in host_match[]
9144
9145
specified above
9145
9146
*/
@@ -9148,7 +9149,7 @@ static ndpi_category_match category_match[] = {
9148
9149
{ ".hwcdn.net", "hwcdn" TLD, NDPI_PROTOCOL_CATEGORY_MEDIA },
9149
9150
{ ".llnwd.net", "llnwd" TLD, NDPI_PROTOCOL_CATEGORY_MEDIA },
9150
9151
{ ".llns.net", "llns" TLD, NDPI_PROTOCOL_CATEGORY_MEDIA },
9151
- { ".fastly.net", "fastly" TLD, NDPI_PROTOCOL_CATEGORY_MEDIA },
9152
+ { ".fastly.net", "fastly" TLD, NDPI_PROTOCOL_CATEGORY_MEDIA },
9152
9153
{ ".vultr.com", "vultr" TLD, NDPI_PROTOCOL_CATEGORY_CLOUD },
9153
9154
{ "baidu.com", "baidu" TLD, NDPI_PROTOCOL_CATEGORY_WEB },
9154
9155
{ "icq.com", "icq" TLD, NDPI_PROTOCOL_CATEGORY_CHAT },
@@ -9166,7 +9167,7 @@ static ndpi_category_match category_match[] = {
9166
9167
{ "skyq.sky.com", "skyq\\.sky\\.com" TLD, NDPI_PROTOCOL_CATEGORY_STREAMING },
9167
9168
{ "iptv.sky.", "iptv\\.sky\\." TLD, NDPI_PROTOCOL_CATEGORY_STREAMING },
9168
9169
{ "pcdn.skycdn.", "pcdn\\.skycdn\\." TLD, NDPI_PROTOCOL_CATEGORY_STREAMING },
9169
-
9170
+
9170
9171
/* Hulu Streaming services AS23286 */
9171
9172
{ "8.28.124.0/24", NULL, NDPI_PROTOCOL_CATEGORY_STREAMING },
9172
9173
{ "8.28.125.0/24", NULL, NDPI_PROTOCOL_CATEGORY_STREAMING },
0 commit comments