Closed dehydr8 closed 6 months ago
Currently, http2 headers are not dissected and we get the following message in the protocol tree:
http2
Wireshark must be built with nghttp2 for HTTP/2 HEADERS support
This PR adds support for building Wireshark with nghttp2 for enhanced http2 header dissection.
nghttp2
:tada: This PR is included in version 1.6.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Currently,
http2
headers are not dissected and we get the following message in the protocol tree:This PR adds support for building Wireshark with
nghttp2
for enhancedhttp2
header dissection.