diff options
author | Luca Deri <deri@ntop.org> | 2020-09-09 23:25:19 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-09-09 23:25:19 +0200 |
commit | 7086197047f3b342f650b91374c322615693c888 (patch) | |
tree | 39d33b7282f260e4e98b193de40bb81a97368bea /src/include | |
parent | 842c00e68170b67e147d2d9d9eb04030548e9011 (diff) |
Added extension to detect nested subdomains as used in Browsertunnel attack tool
https://github.com/veggiedefender/browsertunnel
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 79cfdd9a7..ecc276eab 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -945,7 +945,7 @@ extern "C" { /* DGA */ int ndpi_check_dga_name(struct ndpi_detection_module_struct *ndpi_str, struct ndpi_flow_struct *flow, - char *name); + char *name, u_int8_t is_hostname); /* Serializer */ int ndpi_init_serializer_ll(ndpi_serializer *serializer, ndpi_serialization_format fmt, |