Re: PCAP Files

2013-04-25 Thread Cameron Simpson
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

PCAP Files

2013-04-25 Thread Hasil Sharma
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

parsing .pcap files

2008-06-06 Thread Astan Chee
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