Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358) | Toni | 2024-04-03 |
| | | | | | * unused parameters and functions pollute the code and decrease readability Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Have a clear distinction between public and private/internal API (#2137) | Ivan Nardi | 2023-11-09 |
| | | | | | | 1) Public API/headers in `src/include/` [as it has always been] 2) Private API/headers in `src/lib/` Try to keep the "ndpi_" prefix only for the public functions | ||
* | Cleaned up code moving specific includes in files their are using it. Thi ↵ | Luca Deri | 2021-10-11 |
| | | | | prevents ndpi_config.h to be included everywhere in apps using nDPI that might leade to #define redefinitions after the latest changes | ||
* | Reworked GeoIP API | Luca Deri | 2021-04-19 |
| | | | | | | | | int ndpi_get_geoip_asn(struct ndpi_detection_module_struct *ndpi_str, char *ip, u_int32_t *asn); int ndpi_get_geoip_country_continent(struct ndpi_detection_module_struct *ndpi_str, char *ip, char *country_code, u_int8_t country_code_len, char *continent, u_int8_t continent_len); | ||
* | GeoIP handlign fixes | Luca Deri | 2021-04-18 |
| | |||
* | Fixed mispelled word | Luca Deri | 2021-03-31 |
| | |||
* | Added ndpi_get_geoip() APi call | Luca Deri | 2021-02-18 |
| | |||
* | GeoIP support | Luca Deri | 2021-02-18 |