mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Fix includes of bif.h and _pac.h files to use full paths inside build directory
This commit is contained in:
parent
133ab55c91
commit
5589484f26
135 changed files with 208 additions and 209 deletions
|
@ -9,7 +9,7 @@
|
|||
#include "zeek/file_analysis/File.h"
|
||||
#include "zeek/file_analysis/Analyzer.h"
|
||||
|
||||
#include "events.bif.h"
|
||||
#include "file_analysis/analyzer/entropy/events.bif.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "zeek/file_analysis/File.h"
|
||||
#include "zeek/file_analysis/Analyzer.h"
|
||||
|
||||
#include "events.bif.h"
|
||||
#include "file_analysis/analyzer/hash/events.bif.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "zeek/Val.h"
|
||||
#include "zeek/File.h"
|
||||
#include "pe_pac.h"
|
||||
#include "file_analysis/analyzer/pe/pe_pac.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "zeek/Event.h"
|
||||
#include "zeek/file_analysis/File.h"
|
||||
|
||||
#include "events.bif.h"
|
||||
#include "file_analysis/analyzer/pe/events.bif.h"
|
||||
%}
|
||||
|
||||
%header{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "zeek/Val.h"
|
||||
#include "zeek/file_analysis/File.h"
|
||||
#include "zeek/file_analysis/Analyzer.h"
|
||||
#include "unified2_pac.h"
|
||||
#include "file_analysis/analyzer/unified2/unified2_pac.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
#include "zeek/file_analysis/File.h"
|
||||
#include "zeek/IPAddr.h"
|
||||
|
||||
#include "events.bif.h"
|
||||
#include "types.bif.h"
|
||||
#include "file_analysis/analyzer/unified2/events.bif.h"
|
||||
#include "file_analysis/analyzer/unified2/types.bif.h"
|
||||
%}
|
||||
|
||||
%code{
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
#include "zeek/file_analysis/File.h"
|
||||
#include "zeek/file_analysis/Manager.h"
|
||||
|
||||
#include "types.bif.h"
|
||||
#include "ocsp_events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
#include "file_analysis/analyzer/x509/ocsp_events.bif.h"
|
||||
|
||||
// helper function of sk_X509_value to avoid namespace problem
|
||||
// sk_X509_value(X,Y) = > SKM_sk_value(X509,X,Y)
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
#include "zeek/file_analysis/File.h"
|
||||
#include "zeek/file_analysis/Manager.h"
|
||||
|
||||
#include "events.bif.h"
|
||||
#include "types.bif.h"
|
||||
#include "file_analysis/analyzer/x509/events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
|
||||
#include "zeek/Reporter.h"
|
||||
|
||||
#include "x509-extension_pac.h"
|
||||
#include "events.bif.h"
|
||||
#include "ocsp_events.bif.h"
|
||||
#include "types.bif.h"
|
||||
#include "file_analysis/analyzer/x509/x509-extension_pac.h"
|
||||
#include "file_analysis/analyzer/x509/events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/ocsp_events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "zeek/file_analysis/analyzer/x509/X509.h"
|
||||
#include "zeek/net_util.h"
|
||||
|
||||
#include "types.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
|
||||
// construct an error record
|
||||
static zeek::RecordValPtr x509_result_record(uint64_t num, const char* reason, zeek::ValPtr chainVector = nullptr)
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
%extern{
|
||||
#include "zeek/file_analysis/File.h"
|
||||
|
||||
#include "types.bif.h"
|
||||
#include "events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
#include "file_analysis/analyzer/x509/events.bif.h"
|
||||
%}
|
||||
|
||||
analyzer X509Extension withcontext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue