diff options
author | Luca Deri <deri@ntop.org> | 2017-06-02 21:48:37 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-06-02 21:48:37 +0200 |
commit | 2d72e2a2ae1f8520fe9d0954e84caf85c92dda49 (patch) | |
tree | 29948c07c3beda56e357fea44ba3274601daf798 /src/lib | |
parent | 67aa9f23508aa855bc1442319d1b5e60670e07c9 (diff) | |
parent | a5268b1137b7df4d38d2869244672f56db15d409 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 2 |
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 4fd04dac9..9072fab19 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -8070,6 +8070,8 @@ ndpi_protocol_match host_match[] = { { ".vevo.com", "Vevo", NDPI_PROTOCOL_VEVO, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, { ".spotify.", "Spotify", NDPI_PROTOCOL_SPOTIFY, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, + { "audio-fa.scdn.co", "Spotify", NDPI_PROTOCOL_SPOTIFY, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, + { ".pandora.com", "Pandora", NDPI_PROTOCOL_PANDORA, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, |