bro-http2 icon indicating copy to clipboard operation
bro-http2 copied to clipboard

Plugin for Zeek/Bro which provides http2 decoder/analyzer

Results 4 bro-http2 issues
Sort by recently updated
recently updated
newest added

The just released [Zeek 6.1.0](https://github.com/zeek/zeek/releases/tag/v6.1.0) now requires plugins to have a required minimum CMake version of at least 3.15. This updates CMakeLists.txt to reflect this new requirement.

Manually compiling the plugin for 5.0.1 and receiving the error below. I only used the basic configure option to point to the bro-dist directory which has worked in prior versions...

I was looking at one of the sample pcaps from WireShark, http2-h2c.pcap. Would you be able to update this plugin to support h2c also? https://wiki.wireshark.org/HTTP2?action=AttachFile&do=get&target=http2-h2c.pcap

Hi. We have a lot of protobuf (GRPC) traffic that we want to monitor. Currently we're using Zeek 6.2 from here: https://hub.docker.com/layers/zeek/zeek/6.2/images/sha256-b4b9322d4028bb8256317d71081205a43bf96dbe7d294b17fe1a334175647396?context=explore and when we try to install bro-http2 which...