diff options
author | Luca Deri <deri@ntop.org> | 2017-03-13 01:16:58 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-03-13 01:16:58 +0100 |
commit | 40aaa05456115d9e04ec68eebccc12dfbf46aa47 (patch) | |
tree | 3a10b5b2db8b3f09a0747a33bb25f6a5d9c9b790 | |
parent | 6a27b6262d3967301b4abc7008d4441e17b305da (diff) |
Minor changes for tracking Youtube content
Added test pcap for working on quic/youtube dissector
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 2 | ||||
-rw-r--r-- | tests/pcap/youtube_quic.pcap | bin | 0 -> 196287 bytes |
2 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 86927edb2..5670eeb33 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -8012,6 +8012,8 @@ ndpi_protocol_match host_match[] = { { ".googlevideo.com", "YouTube", NDPI_PROTOCOL_YOUTUBE, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, { ".ytimg.com", "YouTube", NDPI_PROTOCOL_YOUTUBE, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, { "youtube-nocookie.", "YouTube", NDPI_PROTOCOL_YOUTUBE, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, + { "ggpht.com", "YouTube", NDPI_PROTOCOL_YOUTUBE, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, + { "googleusercontent.com", "YouTube", NDPI_PROTOCOL_YOUTUBE, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, { ".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 }, { ".pandora.com", "Pandora", NDPI_PROTOCOL_PANDORA, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, diff --git a/tests/pcap/youtube_quic.pcap b/tests/pcap/youtube_quic.pcap Binary files differnew file mode 100644 index 000000000..78a28bb86 --- /dev/null +++ b/tests/pcap/youtube_quic.pcap |