Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonty committed Oct 26, 2010
1 parent 82cf9cd commit 80d8bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Idiocy requires libpcap, python-pcap (http://code.google.com/p/pypcap) and pytho

On Linux:

* apt-get install libpcap python-pcapy python-dpkt
* apt-get install libpcap python-pcap python-dpkt
* iw wlan0 interface add mon0 type monitor && ifconfig mon0 up
* ./idiocy.py -i mon0

Expand Down

1 comment on commit 80d8bd1

@mrenouf
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you handle radiotap headers? I was doing something similar but dpkt.ethernet doesn't seem to cope with 802_11_RADIO + 802.11 + SNAP header. dpkt.ieee80211 is also sorely lacking so I started finishing it. Please tell me I'm wasting my time (I have day job... but this is so fun!)

Please sign in to comment.