diff options
author | Luca Deri <deri@ntop.org> | 2018-09-13 00:04:19 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-09-13 00:04:19 +0200 |
commit | e8c738282d99f4bcb056d81211e331ca9db8d7bf (patch) | |
tree | b53a2276d96b9bc45812a98a836763dfb6ac463b | |
parent | adcb82d2b528a24d834c6b9ebb183a7261401afd (diff) |
Improved Facebook Messenger 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 c2b6dec41..57c53872c 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -8225,6 +8225,7 @@ ndpi_protocol_match host_match[] = { { "audio-fa.scdn.co", NULL, "audio-fa\\.scdn" TLD, "Spotify", NDPI_PROTOCOL_SPOTIFY, NDPI_PROTOCOL_CATEGORY_MEDIA, NDPI_PROTOCOL_FUN }, { "edge-mqtt.facebook.com", NULL, "edge-mqtt\\.facebook" TLD, "Messenger", NDPI_PROTOCOL_MESSENGER, NDPI_PROTOCOL_CATEGORY_CHAT, NDPI_PROTOCOL_FUN }, + { "messenger.com", NULL, "messenger\\.com" TLD, "Messenger", NDPI_PROTOCOL_MESSENGER, NDPI_PROTOCOL_CATEGORY_CHAT, NDPI_PROTOCOL_FUN }, { ".pandora.com", NULL, "\\.pandora" TLD, "Pandora", NDPI_PROTOCOL_PANDORA, NDPI_PROTOCOL_CATEGORY_STREAMING, NDPI_PROTOCOL_FUN }, |