djhenderson / dpkt

Automatically exported from code.google.com/p/dpkt
Other
1 stars 0 forks source link

RTAP missing? #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to run something that imports dpkt.

What is the expected output? What do you see instead?
...
File "./dpkt-svn/dpkt/__init__.py", line 25, in <module>
    import rtap
ImportError: No module named rtap

What version of the product are you using? On what operating system?

SVN checkout.

Please provide any additional information below.

Maybe I'm retardo -- but I can't find anything about rtap in python. 
Trying to get an app to work, but failing on this.  Help?!?!?

Original issue reported on code.google.com by djme...@gmail.com on 20 Feb 2009 at 1:43

GoogleCodeExporter commented 9 years ago
Do you still see this problem? I don't see this line in the __init__.py from 
svn - can you 
svn diff to make sure you don't have a locally-modified version?

Original comment by dugsong on 26 Mar 2010 at 2:33

GoogleCodeExporter commented 9 years ago
Yeah, I think it was out-of-tree mods from cookiemonster:

http://cookiemonster.googlecode.com/svn-history/r2/trunk/patches/dpkt-80211.diff

rtap being radiotap which Timur added support for, along with ieee80211.

Original comment by jon.ober...@gmail.com on 26 Mar 2010 at 9:43