Is there any java libraries which can be used to capture IEEE 802.11 frames [Wireless link layer frames]?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately the java network interface doesn’t directly expose the lower layers of the protocol so this is not possible in java at this time without resorting to native library gymnastics.
jpcap does some of this for you, using PCAP native libraries.
There’s another project of the same name that does similar – jpcap and may be of use