Ask Your Question

Revision history [back]

Export binary data for png image

Hello, I have a captured traffic of a requested png image through HTTP, the TLS is decryted via a private key. But the image is returned as 3 reassembled PDU packets. I am trying to export the image from the traffic but I don't know how to, When I follow the TLS stream of the PDU packets, and export the bytes, it is exported with the HTTP headers response too. I only want to export the response body, which is the png binary data. I also tried to export the binary data packet by packet and concatenate everything to a single file, that didn't work either...