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

Syntax Errors in dpkt-1.6.tar.gz #30

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

Syntax Errors in dpkt-1.6.tar.gz #30

GoogleCodeExporter opened this issue May 5, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. extracting files
2. running setup.py install
3. -

What is the expected output? What do you see instead?
package should install to proper python installation dir

What version of the product are you using? On what operating system?
dpkt-1.6.tar.gz and Python 2.6

Please provide any additional information below.
There are two syntax errors in bgp.py

line 678 reads self.faiUnless(c.as == 65215)
line 678 should read self.faiUnless(c.asn == 65215)

line 715 reads self.faiUnless(b4.open.as == 237)
line 715 should read self.faiUnless(b4.open.asn == 237)

Correcting these lines allowed a successfully install


Original issue reported on code.google.com by cruentus...@gmail.com on 22 Feb 2010 at 4:30

@GoogleCodeExporter
Copy link
Author

Use SVN.

http://code.google.com/p/dpkt/source/detail?r=51

Original comment by jon.ober...@gmail.com on 24 Mar 2010 at 2:25

  • 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