Merge branch 'topic/dopheide/runtime-includes' of github.com:/dopheide-esnet/zeek

* 'topic/dopheide/runtime-includes' of github.com:/dopheide-esnet/zeek:
  Fixes build error of OpenVPN spicy plugin
This commit is contained in:
Christian Kreibich 2024-06-20 17:24:20 -07:00
commit 398b41af5a
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
7.0.0-dev.394 | 2024-06-20 17:28:11 -0700
* Add "zeek/" prefixes to includes in spicy/runtime-support.h (Michael Dopheide)
7.0.0-dev.392 | 2024-06-20 15:51:42 +0200 7.0.0-dev.392 | 2024-06-20 15:51:42 +0200
* Spicy: Provide runtime API to access Zeek-side globals. (Robin Sommer, Corelight) * Spicy: Provide runtime API to access Zeek-side globals. (Robin Sommer, Corelight)

View file

@ -1 +1 @@
7.0.0-dev.392 7.0.0-dev.394

View file

@ -21,9 +21,9 @@
#include <hilti/rt/types/all.h> #include <hilti/rt/types/all.h>
#include <hilti/rt/util.h> #include <hilti/rt/util.h>
#include "IntrusivePtr.h"
#include "Type.h"
#include "zeek/Desc.h" #include "zeek/Desc.h"
#include "zeek/IntrusivePtr.h"
#include "zeek/Type.h"
#include "zeek/Val.h" #include "zeek/Val.h"
#include "zeek/spicy/cookie.h" #include "zeek/spicy/cookie.h"
#include "zeek/spicy/manager.h" #include "zeek/spicy/manager.h"