http2 decrypted data in tshark lua script

asked 2017-11-17 01:35:06 +0000

vasilia gravatar image

updated 2017-11-17 01:36:23 +0000

Hello

I have a code for fetching data from HTTP2 headers:

local http2_headers_field = Field.new("http2.headers")
...
http2_headers = tostring(http2_headers_field())

It works, but I got byte string with HPACK(like "88:" - status 200). How can I get something like data in "Decompressed header" tab(at the bottom of the screen) in Wireshark?

https://www.dropbox.com/s/ag3rev29l52... image description

edit retag flag offensive close merge delete