Open
Description
Hey,
I've only skimmed the docs, so I may have missed something; apologies if this is the case (and a ref appreciated).
I'd like to parse http/2 from a PCAP (file or live) to generate events, in order to feed them into things like mnot/htracr.
This is possible using the node HTTP parser for h1 (as in seen https://github.com/mranney/http_trace/blob/master/http_session.js), but AFAICT (again, after a brief look), not with http2.