diff options
author | Luca Deri <deri@ntop.org> | 2022-01-25 19:11:16 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-01-25 19:11:16 +0100 |
commit | 14e8808f0351da2f4a4a2a3ce55e42d06c48370a (patch) | |
tree | d01e7970f6e98e4c01aaf2829031b8ebd5670100 /src/lib | |
parent | bbb3b8349fa4f202e97304c9dae61cbe949398c2 (diff) |
Removed pandora.tv from pandora protocol as they are different services that shouldd not be mixed
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 5ed6c3a31..7207397ef 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -9691,7 +9691,6 @@ static ndpi_protocol_match host_match[] = { ".m.me", "Messenger", NDPI_PROTOCOL_MESSENGER, NDPI_PROTOCOL_CATEGORY_CHAT, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, /* Pandora */ - { "pandora.tv", "Pandora", NDPI_PROTOCOL_PANDORA, NDPI_PROTOCOL_CATEGORY_STREAMING, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_DEFAULT_LEVEL }, { ".pandora.com", "Pandora", NDPI_PROTOCOL_PANDORA, NDPI_PROTOCOL_CATEGORY_STREAMING, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_DEFAULT_LEVEL }, { ".torproject.org", "Tor", NDPI_PROTOCOL_TOR, NDPI_PROTOCOL_CATEGORY_VPN, NDPI_PROTOCOL_POTENTIALLY_DANGEROUS, NDPI_PROTOCOL_DEFAULT_LEVEL }, |