Skip to content

Commit 1714d7a

Browse files
committed
Fixes #842
1 parent 90e08b3 commit 1714d7a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/lib/ndpi_content_match.c.inc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ static ndpi_network host_protocol_list[] = {
11841184
{ 0x287603DF /* 40.118.3.223/32 */, 32, NDPI_PROTOCOL_MINING },
11851185
{ 0x287603DF /* 40.118.3.223/32 */, 32, NDPI_PROTOCOL_MINING },
11861186
{ 0x287603DF /* 40.118.3.223/32 */, 32, NDPI_PROTOCOL_MINING },
1187-
1187+
11881188
/*
11891189
Tor
11901190
https://torstatus.rueckgr.at/ip_list_all.php/Tor_ip_list_ALL.csv
@@ -9128,6 +9128,7 @@ static ndpi_protocol_match host_match[] = {
91289128
{ "whispersystems.org", NULL, "whispersystems\\.org" TLD, "Signal", NDPI_PROTOCOL_SIGNAL, NDPI_PROTOCOL_CATEGORY_CHAT, NDPI_PROTOCOL_ACCEPTABLE },
91299129
{ "musical.ly", NULL, "musical\\.ly" TLD, "TikTok", NDPI_PROTOCOL_TIKTOK, NDPI_PROTOCOL_CATEGORY_SOCIAL_NETWORK, NDPI_PROTOCOL_FUN },
91309130
{ "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 },
91319132

91329133
{ "brasilbandalarga.com.br", NULL, "brasilbandalarga\\.com" TLD, "EAQ", NDPI_PROTOCOL_EAQ, NDPI_PROTOCOL_CATEGORY_NETWORK, NDPI_PROTOCOL_ACCEPTABLE },
91339134
{ ".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[] = {
91379138

91389139
/* ******************************************************************** */
91399140

9140-
/*
9141+
/*
91419142
IMPORTANT
9142-
9143+
91439144
Do NOT pur here strings that overlap with string in host_match[]
91449145
specified above
91459146
*/
@@ -9148,7 +9149,7 @@ static ndpi_category_match category_match[] = {
91489149
{ ".hwcdn.net", "hwcdn" TLD, NDPI_PROTOCOL_CATEGORY_MEDIA },
91499150
{ ".llnwd.net", "llnwd" TLD, NDPI_PROTOCOL_CATEGORY_MEDIA },
91509151
{ ".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 },
91529153
{ ".vultr.com", "vultr" TLD, NDPI_PROTOCOL_CATEGORY_CLOUD },
91539154
{ "baidu.com", "baidu" TLD, NDPI_PROTOCOL_CATEGORY_WEB },
91549155
{ "icq.com", "icq" TLD, NDPI_PROTOCOL_CATEGORY_CHAT },
@@ -9166,7 +9167,7 @@ static ndpi_category_match category_match[] = {
91669167
{ "skyq.sky.com", "skyq\\.sky\\.com" TLD, NDPI_PROTOCOL_CATEGORY_STREAMING },
91679168
{ "iptv.sky.", "iptv\\.sky\\." TLD, NDPI_PROTOCOL_CATEGORY_STREAMING },
91689169
{ "pcdn.skycdn.", "pcdn\\.skycdn\\." TLD, NDPI_PROTOCOL_CATEGORY_STREAMING },
9169-
9170+
91709171
/* Hulu Streaming services AS23286 */
91719172
{ "8.28.124.0/24", NULL, NDPI_PROTOCOL_CATEGORY_STREAMING },
91729173
{ "8.28.125.0/24", NULL, NDPI_PROTOCOL_CATEGORY_STREAMING },

0 commit comments

Comments
 (0)