pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

Support radiotap / rfmon headers #31

Closed ograff closed 6 years ago

ograff commented 8 years ago

It can be useful to capture full 802.11 frames with radiotap headers in rfmon mode. Support setting up a packet capture with rfmon mode enabled.

guyharris commented 8 years ago

Note that this would involve supporting the new pcap_create()/set parameters/pcap_activate() model of opening a device for live capture, with one of the parameters set being the "monitor mode" parameter.