Lukasa / gopcap

Parsing .pcap files for humans.
MIT License
35 stars 11 forks source link

802.11 frame parse #2

Open ifq opened 11 years ago

ifq commented 11 years ago

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

Lukasa commented 11 years ago

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.

ifq commented 11 years ago

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

Lukasa commented 11 years ago

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