From keisuke.....com on September 29, 2010 13:46:45
I needed to parse packet capture files created by Solaris snoop command and I wrote a snoop file parser, which works mostly in the same way as the existing pcap.py. Currently it supports only the Ethernet format. I took the constants from snoop.h in OpenSolaris.
The snoop file format is described in RF1761 .
Attachment: snoop.py
Original issue: http://code.google.com/p/dpkt/issues/detail?id=51
该提问来源于开源项目:kbandla/dpkt