On 25Apr2013 21:55, Hasil Sharma wrote:
| I m having network dumps in the form of pcap files and I want to
| extract the html,css, image files etc etc all that can be extracted
| from those pcap files , can anyone please tell me how to accomplish
| such a task in python ?
I would reassemble the
I m having network dumps in the form of pcap files and I want to extract the
html,css, image files etc etc all that can be extracted from those pcap files ,
can anyone please tell me how to accomplish such a task in python ?
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Im using pyflag to parse .pcap files. Pyflag displays the data part of
the .pcap file in binary and I was wondering what this means. How do I
decode the 'data' part of the packet without using external libraries?
What does these non-alpha numerical information mean? Is there