Re: [Wireshark-dev] Handling weight for PRIORITY and HEADERS frames for HTTP2 with lua

2017-12-22 Thread Alexis La Goutte
Hi Alexander, No problem, you can push a fix with this enhance ! Cheers On Fri, Dec 22, 2017 at 1:19 AM, Alexander Gryanko wrote: > Hello, > > When I try to dissect HTTP2 messages, I found one confusing thing. Here is > a definition of fields: > > { _http2_weight, > {

[Wireshark-dev] Handling weight for PRIORITY and HEADERS frames for HTTP2 with lua

2017-12-22 Thread Alexander Gryanko
Hello, When I try to dissect HTTP2 messages, I found one confusing thing. Here is a definition of fields: { _http2_weight, { "Weight", "http2.headers.weight", FT_UINT8, BASE_DEC, NULL, 0x0, "An 8-bit weight for the identified priority", HFILL } }, { _http2_weight_real, {