Reputation: 10834
I am trying so sniff a multi-part POST request using Wireshark. When viewing the capture I can select "Reassembled TCP" which looks to contain the header and all the data in the transmission. However I can't seem to select the entire thing to save it. If I go back to the frame view i can select the frame, which usually selects the entire transmission, but it will only end up saving the post data.
How can I save the entire Reassembled TCP?
Upvotes: 4
Views: 5294
Reputation: 11028
Works for HTTP, DICOM or SMB streams only but there is a "Export Objects" option now.
You can access it from File
-> Export Objects
-> HTTP
.
Upvotes: 1
Reputation: 10834
Ok, really simple one. There is a heading after "Transmission Control Protocol (TCP)" and "Hypertext Transfer Protocol" called "[Reassembled TCP Segments]" Selecting that allows you to save the Reassembled TCP Segments. Note to self to widen my focus a little.
Upvotes: 1
Reputation: 75679
Use the "Follow TCP stream" option: http://linuxonly.nl/docs/38/117_Wireshark.html
Upvotes: 2