mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00

* origin/topic/awelzel/mmdb-fix-and-tests:
base/frameworks/spicy: Do not load base/misc/version
btest/core/mmdb: Basic lookup_autonomous_system / lookup_location tests
btest/files: Add mmdb testing databases and generator code
zeek.bif: Switch mmdb stale check to network_time
Fix mmdb pointer destruction
(cherry picked from commit 44b67894ac
)
13 lines
298 B
Text
13 lines
298 B
Text
These .mmdb databases were created with the mmdbwriter from MaxMind [1] for
|
|
testing purposes. See the main.go file. They only contain information about
|
|
LBL's network ranges:
|
|
|
|
128.3.0.0/16
|
|
131.243.0.0/16
|
|
|
|
Rebuild with:
|
|
|
|
go build
|
|
./testmmdb
|
|
|
|
[1] https://github.com/maxmind/mmdbwriter
|