Closed awelzel closed 1 year ago
ZEEK_VERSION_NUMBER may not be defined when this plugin is included as a builtin plugin, explicitly include zeek/zeek-version.h when available.
A bit of background is here: https://github.com/zeek/zeek/issues/2806
When using bro-http2 as a builtin plugin (--include-plugins) currently ZEEK_VERSION_NUMBER is not defined. This should change before Zeek 6.0, but it's also better practice to directly include the required header.
--include-plugins
ZEEK_VERSION_NUMBER may not be defined when this plugin is included as a builtin plugin, explicitly include zeek/zeek-version.h when available.
A bit of background is here: https://github.com/zeek/zeek/issues/2806
When using bro-http2 as a builtin plugin (
--include-plugins
) currently ZEEK_VERSION_NUMBER is not defined. This should change before Zeek 6.0, but it's also better practice to directly include the required header.