Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetaPacket changes break pcap's LE classes #6

Closed
GoogleCodeExporter opened this issue Jun 5, 2015 · 1 comment
Closed

MetaPacket changes break pcap's LE classes #6

GoogleCodeExporter opened this issue Jun 5, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

r39 has been reverted and testcase added to pcap, closing for now.

Original comment by jon.ober...@gmail.com on 2 Aug 2007 at 10:48

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant