TCP reassembly

2013-04-25 Thread 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 ? -- http://mail.python.org/mailman/listinfo/python-list

Re: TCP reassembly

2013-04-25 Thread Andrew Berg
On 2013.04.25 18:35, Hasil Sharma wrote: 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 packets don't need to be reassembled. If your application receives TCP

Re: TCP reassembly

2013-04-25 Thread Dave Angel
On 04/25/2013 07:35 PM, Hasil Sharma wrote: 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