mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Define geo_autonomous_system record type
This commit is contained in:
parent
7fe5a9cfa2
commit
c08fe7c237
1 changed files with 8 additions and 0 deletions
|
@ -984,6 +984,14 @@ type geo_location: record {
|
||||||
longitude: double &optional; ##< Longitude.
|
longitude: double &optional; ##< Longitude.
|
||||||
} &log;
|
} &log;
|
||||||
|
|
||||||
|
## GeoIP autonomous system information.
|
||||||
|
##
|
||||||
|
## .. zeek:see:: lookup_autonomous_system
|
||||||
|
type geo_autonomous_system: record {
|
||||||
|
number: count &optional; ##< The autonomous system number.
|
||||||
|
organization: string &optional; ##< Associated organization.
|
||||||
|
} &log;
|
||||||
|
|
||||||
## The directory containing MaxMind DB (.mmdb) files to use for GeoIP support.
|
## The directory containing MaxMind DB (.mmdb) files to use for GeoIP support.
|
||||||
const mmdb_dir: string = "" &redef;
|
const mmdb_dir: string = "" &redef;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue