You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: