Releases: MITRECND/bro-http2
bro-http2-0.6.1
This release brings support to Zeek 6.1 and 6.2
What's Changed
- Add PolicyHook to http2 log stream by @awelzel in #18
- Make Zeek 5.1 compatible by @awelzel in #21
- enable dpd by @jasonlu-corelight in #22
- Add guarded zeek-version.h include by @awelzel in #23
- Update CMakeLists.txt by @eric-ooi in #24
New Contributors
- @awelzel made their first contribution in #18
- @jasonlu-corelight made their first contribution in #22
- @eric-ooi made their first contribution in #24
Full Changelog: 0.6.0...0.6.1
bro-http2-0.6.0
This release brings support to Zeek 4.x, tested against Zeek 4.0 and 4.1.
If you are still running an older Zeek version, please upgrade or install the last version that supports your installed version of zeek:
For Zeek 3.x:
zkg install zeek/mitrecnd/bro-http2 --version 0.5.3
For Bro:
zkg install zeek/mitrecnd/bro-http2 --version 0.4.2
bro-http2-0.5.3
This release addresses an issue where the analyzer may miss a SETTINGS frame sent by the server before the client sends its preface.
This release supports Zeek versions 3.0.x, 3.1.x, and 3.2.x.
If you are still running an older Zeek version, please upgrade or install the last 0.4.x version of this plugin:
zkg install zeek/mitrecnd/bro-http2 --version 0.4.2
bro-http2-0.5.2
This release fixes a bug where the wrong variable (potentially uninitialized uint32) gets returned upon processing of settings frame records.
This release supports Zeek versions 3.0.x, 3.1.x, and 3.2.x.
If you are still running an older Zeek version, please upgrade or install the last 0.4.x version of this plugin:
zkg install zeek/mitrecnd/bro-http2 --version 0.4.2
bro-http2-0.5.1
This release supports Zeek versions 3.0.x, 3.1.x, and 3.2.x.
If you are still running an older Zeek version, please install the last 0.4.x version of this plugin:
zkg install zeek/mitrecnd/bro-http2 --version 0.4.2
bro-http2-0.5.0
This release supports Zeek versions 3.0.x and 3.1.x and drops support for older versions (Zeek <= 2.6.x). If you are still running an older Zeek version, please install the last 0.4.x version of this plugin:
zkg install zeek/mitrecnd/bro-http2 --version 0.4.2
bro-http2-0.4.2
This release fixes a bug in the brotli processing that led to improperly extracted body content.
bro-http2-0.4.1
Test updates for Bro/Zeek 2.7
bro-http2-0.4.0
Incorporate memory related bug fix
bro-http2-0.3.0
This release bring the plugin more inline with conventions for how bro plugins should be organized, including adding some basic tests, cleaning up the namespacing and updating/cleaning up other files. If upgrading to this release from a previous version, make sure to look at the README.md file since some maintenance will be required.