Anyone knows a way to get just the decompressed headers for http2 from a capture with tshark?
So far I got this command: Thanks for any help in advance :) |
The decompressed headers for HTTP/2 need to be interpreted in a special way. You can obtain the full, verbose HTTP/2 interpretation with:
Alternatively, you can select the fields (and post-process them to pair header names and values):
thank you very much! :)
(12 Apr '16, 04:14)
monkey521
|