An open API service indexing awesome lists of open source software.

https://github.com/dutchcoders/gopacket-80211

Extra gopacket layers for Radiotap and 802.11 (has been integrated in Gopacket)
https://github.com/dutchcoders/gopacket-80211

Last synced: about 1 year ago
JSON representation

Extra gopacket layers for Radiotap and 802.11 (has been integrated in Gopacket)

Awesome Lists containing this project

README

          

gopacket-80211
==============

Extra gopacket layers for Radiotap and 802.11. The code has been cleaned up and integrated within Gopacket.

https://code.google.com/p/gopacket/wiki/ChangeLog#v1.1.4_20140625_Radiotap_and_802.11_support

* Radiotap
* 802.11

## Subprojects
* [go-ouitools] (https://github.com/dutchcoders/go-ouitools)

## Contributors
* Remco (DutchCoders, Github: @nl5887, Twitter: @remco_verhoef)

## References
* http://www.willhackforsushi.com/papers/80211_Pocket_Reference_Guide.pdf
* http://my.safaribooksonline.com/book/networking/wireless/0596001835/802dot11-framing-in-detail/wireless802dot11-chp-4-sect-3
* https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf
* http://en.wikipedia.org/wiki/IEEE_802.11
* https://supportforums.cisco.com/document/52391/80211-frames-starter-guide-learn-wireless-sniffer-traces
* http://fossies.org/dox/wireshark-1.10.7/packet-ieee80211_8c_source.html
* http://documentation.netgear.com/reference/nld/wireless/WirelessNetworkingBasics-3-05.html
* https://github.com/jwiegley/scapy/blob/master/scapy/layers/dot11.py