Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |