diff options
author | Luca <deri@ntop.org> | 2015-12-08 00:19:13 +0800 |
---|---|---|
committer | Luca <deri@ntop.org> | 2015-12-08 00:19:13 +0800 |
commit | d2c355bdb060af8d25afc8fe43320c51ec920f32 (patch) | |
tree | 1473ebe93def5337b20273446befdcf56a8177e5 | |
parent | 6f3d5a7b33fdb1bd016c7ac32e09711c5c076b51 (diff) |
Enhanced QQ support
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index c2d219e5f..8362dd5b7 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -7387,6 +7387,7 @@ ndpi_protocol_match host_match[] = { { "quickplay.com", "QuickPlay", NDPI_SERVICE_QUICKPLAY, NDPI_PROTOCOL_FUN }, { "tim.com.br", "TIM", NDPI_SERVICE_TIM, NDPI_PROTOCOL_ACCEPTABLE }, { "tim.it", "TIM", NDPI_SERVICE_TIM, NDPI_PROTOCOL_ACCEPTABLE }, + { ".qq.com", "QQ", NDPI_PROTOCOL_QQ, NDPI_PROTOCOL_FUN}, /* https://support.cipafilter.com/index.php?/Knowledgebase/Article/View/117/0/snapchat---how-to-block */ { "feelinsonice.appspot.com", "Snapchat", NDPI_SERVICE_SNAPCHAT, NDPI_PROTOCOL_FUN }, |