aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-11-16 21:22:54 +0100
committerLuca Deri <deri@ntop.org>2020-11-16 21:22:54 +0100
commitacffd7bd1e30cf2d75a9858bfbb90996da758b3d (patch)
tree838f330e7bbaab5647b32e0bff36c0a3333dc61d
parentbfabb0ddf4000ffb82fb594ac549e4d2083bd0a7 (diff)
Compilation fix
-rw-r--r--src/lib/ndpi_content_match.c.inc1
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 f375949a6..0e202cfd7 100644
--- a/src/lib/ndpi_content_match.c.inc
+++ b/src/lib/ndpi_content_match.c.inc
@@ -9181,6 +9181,7 @@ static ndpi_protocol_match host_match[] =
*/
{ "tumblr.com", "Tumblr", NDPI_PROTOCOL_TUMBLR, NDPI_PROTOCOL_CATEGORY_SOCIAL_NETWORK, NDPI_PROTOCOL_FUN },
+ /*
Reddit social network service
*/
{ ".redd.it", "Reddit", NDPI_PROTOCOL_REDDIT, NDPI_PROTOCOL_CATEGORY_SOCIAL_NETWORK, NDPI_PROTOCOL_FUN },