diff options
author | Luca Deri <deri@ntop.org> | 2016-02-15 11:55:21 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2016-02-15 11:55:21 +0100 |
commit | 01413c8d9fb52e94eb064dd519512e3ee93a3bf3 (patch) | |
tree | 67a3820704551338d87b2f6b8248c73dd9fff0d5 /src | |
parent | 16a5c6995c99a7191e3d4749b1a6c9467f8c3cee (diff) |
Disabled list of skype hosts: it looks outdated
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 2cac78de3..9aeeafd08 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -161,6 +161,11 @@ static ndpi_network host_protocol_list[] = { { 0x959AA400 /* 149.154.164.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM}, { 0x959AA800 /* 149.154.168.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM}, + /* + The Skype list below looks outdated and it is temporarely + commented and probably harvested in future releases + */ +#if 0 /* Skype */ { 0x17600000, 14, NDPI_PROTOCOL_SKYPE }, { 0x17613000, 20, NDPI_PROTOCOL_SKYPE }, @@ -309,6 +314,7 @@ static ndpi_network host_protocol_list[] = { { 0xD820F200, 24, NDPI_PROTOCOL_SKYPE }, { 0xD821F000, 22, NDPI_PROTOCOL_SKYPE }, { 0xD4A10800, 24, NDPI_PROTOCOL_SKYPE }, +#endif { 0x012A1231, 32, NDPI_PROTOCOL_TOR }, { 0x01E69FA1, 32, NDPI_PROTOCOL_TOR }, |