Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix function parameters check on domain code (#2296) | Ivan Nardi | 2024-02-01 |
| | | | Found while fuzzing fuzz_config | ||
* | Fixed warning | Luca Deri | 2024-01-27 |
| | |||
* | Fixed loading of non-ICANN domains that caused false positives with ↵ | Luca Deri | 2024-01-27 |
| | | | | | | ndpi_load_domain_suffixes Minor hash optimization | ||
* | fuzz: fuzz_config: we need bigegr inputs (#2285) | Ivan Nardi | 2024-01-25 |
| | |||
* | fuzz: extend fuzzing coverage (#2281) | Ivan Nardi | 2024-01-24 |
| | |||
* | Added ndpi_get_host_domain() for returning the host domain | Luca | 2024-01-16 |
| | | | | vs ndpi_get_host_domain_prefix() that instead returnd the host TLD | ||
* | Added ndpi tracing | Luca | 2024-01-15 |
| | |||
* | Added new API calls | Luca | 2024-01-15 |
- ndpi_load_domain_suffixes() - ndpi_get_host_domain_suffix() whose goal is to find the domain name of a hostname. Example: www.bbc.co.uk -> co.uk mail.apple.com -> com |