Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guarded zeek-version.h include #23

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

awelzel
Copy link
Contributor

@awelzel awelzel commented Mar 6, 2023

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:
zeek/zeek#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.

ZEEK_VERSION_NUMBER may not be defined when this plugin is included
as a builtin plugin, explicitly include zeek/zeek-version.h when available.
@malwarefrank malwarefrank merged commit 8c129ee into MITRECND:master Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants