diff options
author | Campus <campus@ntop.org> | 2015-12-29 18:17:52 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2015-12-29 18:17:52 +0100 |
commit | 60e7e19dab72a37d57bc7854e702264e7d25886d (patch) | |
tree | cbbc7b598035070f47d0a781c01fac28b03f20b3 /src/lib/ndpi_main.c | |
parent | 6d37ee2970c5866260a3fd66920a6bf6e740b702 (diff) |
wrote new dns dissector - deleted useless part of dns to slim data structures used in nDPI and ntopng
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index dd5022b03..afff64e98 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1664,10 +1664,6 @@ struct ndpi_detection_module_struct *ndpi_init_detection_module(u_int32_t ticks_ ndpi_str->user_data = NULL; #endif - ndpi_str->match_dns_host_names = 1; /* - Set it to 0 to increase library speed avoid - matching host names - */ ndpi_str->ticks_per_second = ticks_per_second; ndpi_str->tcp_max_retransmission_window_size = NDPI_DEFAULT_MAX_TCP_RETRANSMISSION_WINDOW_SIZE; ndpi_str->directconnect_connection_ip_tick_timeout = |