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)
- Host: GitHub
- URL: https://github.com/dutchcoders/gopacket-80211
- Owner: dutchcoders
- License: mit
- Created: 2014-06-10T13:24:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T07:25:14.000Z (about 12 years ago)
- Last Synced: 2025-04-11T16:14:53.975Z (over 1 year ago)
- Language: Go
- Homepage: https://code.google.com/p/gopacket/wiki/ChangeLog#v1.1.4_20140625_Radiotap_and_802.11_support
- Size: 232 KB
- Stars: 17
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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