I have the same problem on my Windows XP machine. Running in cygwin solves
the problem. I also added some debug prints in pcap.py and it looks like
the file read function does not return enough bytes.
Opening the file in binary mode solved my problem.
yeah...just open file in mode = 'rb'