mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
GH-1215: Remove dispatch_map from packet analysis, replace with BIF methods for registering dispatches
This commit is contained in:
parent
43821a8957
commit
cd06bf34c7
34 changed files with 3770 additions and 3623 deletions
|
@ -207,6 +207,7 @@ static void bif_init_net_var()
|
|||
#include "const.bif.netvar_init"
|
||||
#include "reporter.bif.netvar_init"
|
||||
#include "supervisor.bif.netvar_init"
|
||||
#include "packet_analysis.bif.netvar_init"
|
||||
}
|
||||
|
||||
static void init_bif_types()
|
||||
|
@ -219,6 +220,7 @@ static void init_bif_types()
|
|||
#include "event.bif.netvar_def"
|
||||
#include "reporter.bif.netvar_def"
|
||||
#include "supervisor.bif.netvar_def"
|
||||
#include "packet_analysis.bif.netvar_def"
|
||||
|
||||
// Re-open the namespace now that the bif headers are all included.
|
||||
namespace zeek::detail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue