TCP reassembly

H

Hasil Sharma

Hi everyone ,
How to reassemble the TCP data packets into objects viz. html , css , js image files etc . I have no idea how to implement it using python , please help ?
 
D

Dave Angel

Hi everyone ,
How to reassemble the TCP data packets into objects viz. html , css , js image files etc . I have no idea how to implement it using python , please help ?


TCP reassembly has a specific meaning, and I doubt if that's what you
mean. If you reach down below the tcp layer in your OS, and get raw IP
packets, then you have to do the reassembly yourself. But if you open a
TCP connection, the OS will already do any reordering, retrying, and
reassembly for you.

Give a specific example of what you're trying, and what piece of it is
failing for you.

tcpdump or wireshark can be used to examine low level protocol issues,
if you really have such. And python + scapy can generate pretty
arbitrary packets. But I rather doubt that's what you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top