Move MMDB logic out of mmdb.bif and into MMDB.cc/h.

This does not change the implementation except for some light renaming where
things are now naturally scoped within MMDB.cc.
This commit is contained in:
Christian Kreibich 2024-01-09 21:18:35 -08:00
parent 20841ac689
commit a06053ce75
4 changed files with 456 additions and 494 deletions

View file

@ -329,6 +329,7 @@ set(MAIN_SRCS
IP.cc
IPAddr.cc
List.cc
MMDB.cc
Reporter.cc
NFA.cc
NetVar.cc