Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on a project that involves interacting with the data in 802.11 frames. I am using libpcap 1.0. I have written code from most of the tutorials on the website as well as online that i could find , but most are geared towards sniffing over ethernet. I am using a mac for my packet captures. Does anyone know of a resource i could use as a guide for sniffing wireless frames and extracting data. I have some experience with c/c++ but am not an expert and just need a place to start with understanding the differences involved with processing the 802.11 frames with pcap.

Thanks for any help

share|improve this question
Thanks for the advice. It did help alot im still having problems my output isn't matching up to wireshark I'm trying to find information about differences in the radiotap header for mac os X – Quentin Swain Nov 16 '11 at 2:47

1 Answer

up vote 0 down vote accepted

I was searching for the same thing ;) then I wrote about it http://pcap-wireless.blogspot.com/2011/11/post-1.html

share|improve this answer
Thanks for the the help – Quentin Swain Nov 13 '11 at 21:49
This link is dead. – Krister Andersson Oct 22 '12 at 8:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.