diff options
author | Luca Deri <deri@ntop.org> | 2019-02-07 22:44:48 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-02-07 22:44:48 +0100 |
commit | ddf0066c11c0df4e3bc9744df11f08dce676f36e (patch) | |
tree | c90d95acd4f65798675279782e92b26886e2dad7 /src/lib/ndpi_main.c | |
parent | 2ec41c17320622fe83dbba97ae8a2f4b40a30f34 (diff) |
Aligned DNS to HTTP dissection
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index ea370ff7d..62914efbe 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -942,8 +942,8 @@ int ndpi_set_detection_preferences(struct ndpi_detection_module_struct *ndpi_mod ndpi_mod->http_dont_dissect_response = (u_int8_t)value; break; - case ndpi_pref_dns_dissect_response: - ndpi_mod->dns_dissect_response = (u_int8_t)value; + case ndpi_pref_dns_dont_dissect_response: + ndpi_mod->dns_dont_dissect_response = (u_int8_t)value; break; case ndpi_pref_direction_detect_disable: |