Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor hash improvement | Luca Deri | 2024-02-04 |
| | |||
* | Fixed loading of non-ICANN domains that caused false positives with ↵ | Luca Deri | 2024-01-27 |
| | | | | | | ndpi_load_domain_suffixes Minor hash optimization | ||
* | fuzz: improve fuzzing coverage (#2239) | Ivan Nardi | 2024-01-02 |
| | |||
* | fuzz: improve coverage and remove dead code (#2135) | Ivan Nardi | 2023-11-07 |
| | | | | | | | | | | We are not able to remove custom rules: remove the empty stubs (which originate from the original OpenDPI code). `ndpi_guess_protocol_id()` is only called on the first packet of the flow, so the bitmask `flow->excluded_protocol_bitmask` is always empty, since we didn't call any dissectors yet. Move another hash function to the dedicated source file. | ||
* | fuzz: add fuzzers to test bitmap64 and domain_classify data structures (#2082) | Ivan Nardi | 2023-09-10 |
| | |||
* | Added ndpi_bitmap64 support | Luca Deri | 2023-09-05 |
| | |||
* | Added ndpi_murmur_hash to the nDPI API | Luca Deri | 2023-09-04 |
| | |||
* | Reworked domain classification based on binary filters | Luca Deri | 2023-09-02 |
| | |||
* | Code cleanup | Luca Deri | 2023-09-01 |