Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to read a pcap file using python scapy(unless you can recommend something else?, take the TCP payload and output the contents back to a folder, so if a picture or a .doc file is in there they will be carved out to the folder.

share|improve this question
And? What's your question? (But in case case, reconstructing file contents from captured packets sounds pretty ambitious.) – Celada Dec 26 '12 at 21:04
yeah i want to know if someone can help me, I've attempted to manually join data streams and carve out, but am getting nowhere, – user1908278 Dec 26 '12 at 21:10
If you ask a question (which you didn't do), then perhaps someone can help you. But you will have to narrow the scope a lot, down to a specific problem you are running into and can't figure out how to solve, because it is a very large and complex problem you are attempting to solve here. – Celada Dec 26 '12 at 21:15

closed as not a real question by Celada, Blair, jonsca, me_and, Harald Scheirich Dec 26 '12 at 23:57

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Have a look at this!

Short description from the link:

Extract files from captured TCP sessions. Support live streams and pcap files

If it is not exactly what you want, maybe it can point you in the right direction at least.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.