Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

http2 decrypted data in tshark lua script

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?

image description

http2 decrypted data in tshark lua script

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/ag3rev29l52xryq/Screen%20Shot%202017-11-17%20at%2004.32.14.png?dl=0 image description