aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_geoip.c
Commit message (Collapse)AuthorAge
* Cleaned up code moving specific includes in files their are using it. Thi ↵Luca Deri2021-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 APILuca Deri2021-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 fixesLuca Deri2021-04-18
|
* Fixed mispelled wordLuca Deri2021-03-31
|
* Added ndpi_get_geoip() APi callLuca Deri2021-02-18
|
* GeoIP supportLuca Deri2021-02-18