|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Holds the result of a MaxMind database (MMDB) geolocation and ASN lookup for a single IP address. More...
#include <maxmind_db.h>
Public Attributes | |
| bool | found |
| const char * | country |
| const char * | country_iso |
| const char * | city |
| uint32_t | as_number |
| const char * | as_org |
| double | latitude |
| double | longitude |
| uint16_t | accuracy |
Holds the result of a MaxMind database (MMDB) geolocation and ASN lookup for a single IP address.
| uint16_t _mmdb_lookup_t::accuracy |
Estimated accuracy radius of the geolocation result, in kilometers.
| uint32_t _mmdb_lookup_t::as_number |
Autonomous System (AS) number associated with the IP address, or 0 if unavailable.
| const char* _mmdb_lookup_t::as_org |
Name of the organization owning the AS, or NULL if unavailable.
| const char* _mmdb_lookup_t::city |
City name associated with the IP address, or NULL if unavailable.
| const char* _mmdb_lookup_t::country |
Full name of the country associated with the IP address, or NULL if unavailable.
| const char* _mmdb_lookup_t::country_iso |
ISO 3166-1 alpha-2 country code (e.g. "US", "DE"), or NULL if unavailable.
| bool _mmdb_lookup_t::found |
True if the lookup produced a result; false if the IP address was not found in the database.
| double _mmdb_lookup_t::latitude |
Geographic latitude of the IP address location in decimal degrees.
| double _mmdb_lookup_t::longitude |
Geographic longitude of the IP address location in decimal degrees.