gopcap icon indicating copy to clipboard operation
gopcap copied to clipboard

802.11 frame parse

Open ifq opened this issue 11 years ago • 3 comments

do you planing any 802.11 frame parsing function in the near furture?

ifq avatar Aug 21 '13 06:08 ifq

I do. =) My current plan is to go all the way up the OSI diagram to start with (Ethernet -> IP -> TCP -> HTTP), and then fill in some of the more popular gaps. 802.11 is high up that list because of how prevalent it is. I'll probably do UDP first, then 802.11.

Lukasa avatar Aug 21 '13 06:08 Lukasa

That's good to hear:) Hope I can use your lib soon~

ifq avatar Aug 21 '13 06:08 ifq

Ok, so I've got TCP and UDP implemented now. 802.11 is next. =)

Lukasa avatar Sep 18 '13 09:09 Lukasa