diff options
author | Campus <campus@ntop.org> | 2016-09-24 13:45:28 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-09-24 13:45:28 +0200 |
commit | f8a9faf2fadb3fccaa1b48f0ccbed2cb0919526f (patch) | |
tree | ece6088648ed0dc8439b99b6f3be04ddde4c1e64 /src/lib/ndpi_main.c | |
parent | 054f8376e4ad7086c9a51e032f75160c1c30e65e (diff) |
added adobe flash host name - fix twitter and netflix detection - removed twitter dissector (useless have a dissector that looking for ip range; moved matching in ndpi_content_match.c.inc)
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 589fa8ace..9c02b6890 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -2556,9 +2556,6 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n /* ZMQ */ init_zmq_dissector(ndpi_struct, &a, detection_bitmask); - /* TWITTER */ - init_twitter_dissector(ndpi_struct, &a, detection_bitmask); - /* TELEGRAM */ init_telegram_dissector(ndpi_struct, &a, detection_bitmask); |