This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How do I view a raw HTTP request/response?

0

Given an HTTP request/response in the packet list, how do I copy the raw data for it?

I can see that I can click on it, and the "packet bytes" shows me some stuff, but it's not what I want. It shows me a hex representation of the bytes, and the textual representation in another two columns. I can't use a simple regex to filter out the useless hex representation, since the textual representation is incomplete: some characters, such as newlines, are replaced with periods. I could manually parse the hex representation and convert it to standard ASCII, but this seems like a stupid amount of work simply to undo work that Wireshark is doing and that I don't want it to do anyway.

asked 27 Nov '13, 15:43

jameshfisher's gravatar image

jameshfisher
1111
accept rate: 0%


One Answer:

0

Right click one of the frames and select 'Follow TCP stream'

Regards
Kurt

answered 27 Nov '13, 15:55

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%