How to make Wireshark decompress an already decrypted HTTP2 capture?
According to the wiki,
Wireshark 2.4 - header decompression support now requires external nghttp2 package (true for official Windows/macOS builds)
I'm on Linux, and have installed nghttp2. I still get what is probably a compressed stream beyond the header of
PRI * HTTP/2.0
SM
What else should I do?
If you're running a version of Wireshark that your distribution provides as a package, then:
If you're running a version of Wireshark that you built yourself, you would have to have installed nghttp2, including a developer package for nghttp2, before configuring the build and building Wireshark.
Does the "About" dialog for Wireshark say it's built with nghttp2? It would be mentioned in the "Compiled" section.
This site is preventing me from either adding a comment (looks like an old broken recaptcha) or editing the original question (edits just disappear). Trying this as a last resort.
I appreciate the clarifications.
My package is provided by my distribution and it says it's compiled with nghttp2.
I also tried the official Windows version with identical results, but I don't know where to get the external package mentioned in the wiki.