Skip to content

Releases: MITRECND/bro-http2

bro-http2-0.6.1

11 Jun 01:18
d062a74
Compare
Choose a tag to compare

This release brings support to Zeek 6.1 and 6.2

What's Changed

New Contributors

Full Changelog: 0.6.0...0.6.1

bro-http2-0.6.0

06 Oct 15:18
7dc1404
Compare
Choose a tag to compare

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

07 Dec 14:15
Compare
Choose a tag to compare

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

17 Nov 18:37
Compare
Choose a tag to compare

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

11 Sep 14:01
5b160f3
Compare
Choose a tag to compare

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

18 May 13:33
Compare
Choose a tag to compare

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

12 Apr 14:53
Compare
Choose a tag to compare

This release fixes a bug in the brotli processing that led to improperly extracted body content.

bro-http2-0.4.1

07 Dec 14:58
54b9d68
Compare
Choose a tag to compare

Test updates for Bro/Zeek 2.7

bro-http2-0.4.0

13 Sep 00:22
Compare
Choose a tag to compare

Incorporate memory related bug fix

bro-http2-0.3.0

17 Apr 20:00
Compare
Choose a tag to compare

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.