mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Move MaxMind/GeoIP BiF functionality into separate file
This commit is contained in:
parent
06642d185b
commit
8406959ae2
5 changed files with 523 additions and 519 deletions
|
@ -52,6 +52,7 @@
|
|||
#include "supervisor.bif.func_h"
|
||||
#include "packet_analysis.bif.func_h"
|
||||
#include "CPP-load.bif.func_h"
|
||||
#include "mmdb.bif.func_h"
|
||||
|
||||
#include "zeek.bif.func_def"
|
||||
#include "communityid.bif.func_def"
|
||||
|
@ -62,6 +63,7 @@
|
|||
#include "supervisor.bif.func_def"
|
||||
#include "packet_analysis.bif.func_def"
|
||||
#include "CPP-load.bif.func_def"
|
||||
#include "mmdb.bif.func_def"
|
||||
// clang-format on
|
||||
|
||||
extern RETSIGTYPE sig_handler(int signo);
|
||||
|
@ -1049,6 +1051,7 @@ void init_primary_bifs() {
|
|||
|
||||
#include "CPP-load.bif.func_init"
|
||||
#include "communityid.bif.func_init"
|
||||
#include "mmdb.bif.func_init"
|
||||
#include "option.bif.func_init"
|
||||
#include "packet_analysis.bif.func_init"
|
||||
#include "reporter.bif.func_init"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue