The MetaPacket changes in r39 break LEPktHdr and LEFileHdr of pcap.py (and
any other similar classes). Since the clsdict only contains the
__byte_order__ endianess modifier and inherits the __hdr__ from the base
class, the __hdr_fmt__ won't be set in MetaPacket's __new__.
Patch attached to add a testcase to pcap.py that exercises the issue.
Original issue reported on code.google.com by jon.ober...@gmail.com on 28 Jul 2007 at 6:47
Original issue reported on code.google.com by
jon.ober...@gmail.com
on 28 Jul 2007 at 6:47Attachments: