aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampus <campus@ntop.org>2016-10-20 23:54:15 +0200
committerCampus <campus@ntop.org>2016-10-20 23:54:15 +0200
commit2682ab67919f046e638792d757fbe0e01e50ea85 (patch)
treef2fbf03670b2bd532e47510fcd9413fbdfc3e186
parentb60e82c7022db45246b5914c3b28bcc9c1194ca8 (diff)
added skype ip-address server name range
-rw-r--r--src/lib/ndpi_content_match.c.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc
index 6168936d3..0eeb30692 100644
--- a/src/lib/ndpi_content_match.c.inc
+++ b/src/lib/ndpi_content_match.c.inc
@@ -178,6 +178,7 @@ static ndpi_network host_protocol_list[] = {
13.107.3.129/32
111.221.64.0 - 111.221.127.255
91.190.216.0/21 (AS198015 Skype Communications Sarl)
+ 91.190.218.0/24
40.126.129.109/32
65.55.223.0/26
*/
@@ -192,6 +193,7 @@ static ndpi_network host_protocol_list[] = {
{ 0x0D6B0381 /* 13.107.3.129 */, 32, NDPI_PROTOCOL_SKYPE },
{ 0x6FDD4000 /* 111.221.64.0 */, 18, NDPI_PROTOCOL_SKYPE },
{ 0x5BBED800 /* 91.190.216.0 */, 21, NDPI_PROTOCOL_SKYPE },
+ { 0x5BBEDA00 /* 91.190.218.0 */, 24, NDPI_PROTOCOL_SKYPE },
{ 0x287F816D /* 40.126.129.109 */, 32, NDPI_PROTOCOL_SKYPE },
{ 0x4237DF00 /* 65.55.223.0 */, 26, NDPI_PROTOCOL_SKYPE },