diff options
author | Luca <deri@ntop.org> | 2015-07-11 18:54:55 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2015-07-11 18:54:55 +0200 |
commit | 71ed576e18907aba583fd097e182226c96651fe8 (patch) | |
tree | 871739e2143453487af0cb9efbdbef57bd260b79 /src/lib | |
parent | 2f347a33d8564ebb9f2bf42d344398912f682898 (diff) |
Fixed #46 (Deezer support)
Diffstat (limited to 'src/lib')
-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 496797b7e..39b3ccacf 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -7392,6 +7392,7 @@ ndpi_protocol_match host_match[] = { { ".timbeta.com.br", "TIM_Beta", NDPI_SERVICE_TIMBETA, NDPI_PROTOCOL_ACCEPTABLE }, { "tim-geoportal.geoportal3d.com.br", "TIM_PortasAbertas", NDPI_SERVICE_TIMPORTASABERTAS, NDPI_PROTOCOL_ACCEPTABLE }, { ".m4u.com.br", "TIM_Recarga", NDPI_SERVICE_TIMRECARGA, NDPI_PROTOCOL_ACCEPTABLE }, + { ".deezer.com", "Deezer", NDPI_SERVICE_DEEZER, NDPI_PROTOCOL_ACCEPTABLE }, { NULL, 0 } }; |