Re: [Wireshark-dev] Compile error: no member named 'current_stream_id' in 'http2_session_t'

2018-10-01 Thread Bruno Rijsman
> RE> See change 29896 (https://code.wireshark.org/review/29896 > <https://code.wireshark.org/review/29896>) which fixes this issue. Thank you! > On Sep 28, 2018, at 8:48 AM, Graham Bloice > wrote: > > > > On Fri, 28 Sep 2018 at 16:45, Bruno Rijsman <m

Re: [Wireshark-dev] Compile error: no member named 'current_stream_id' in 'http2_session_t'

2018-09-28 Thread Bruno Rijsman
I found the solution already: brew install nghttp2 fixes it (It causes HAVE_NGHTTP2 to be set, which adds current_stream_id to http2_session_t) The code should probably still be fixed to avoid a compile error when NGHTTP2 is not installed > On Sep 27, 2018, at 10:21 AM, Bruno Rijsman wr

[Wireshark-dev] Compile error: no member named 'current_stream_id' in 'http2_session_t'

2018-09-28 Thread Bruno Rijsman
Any suggestions on how to avoid the following compiler error? [ 30%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-hsrp.c.o [ 30%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-http.c.o [ 30%] Building C object