-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layer 2 Wireless Protocol Analyzer For capturing 802.11s frames #59
Comments
On Sun, Apr 30, 2017 at 01:46:13PM -0700, sritam2 wrote:
But the procedure to configure Wireshark so as to capture 802.11s frames is not explained and I am not able to capture and analyse the 802.11s frames.
Please help me and refer me to a **good L2 protocol analyser so that I will be able to capture and analyse the 802.11s frames** when the MESH Stations communicate in the MBSS.
Wireshark works. You just need to bring up a monitor interface and
capture on that to see the management frames.
…--
Bob Copeland %% http://bobcopeland.com/
|
Hi Bob, Thank you for your valuable advise. Do I need to explicitly configure wireshark for capturing 802.11s management frames or does wireshark capture any kind of 802.11 (a/b/g/n/s) frames irrespective of its type, once the monitor interface has been created. For adding a monitor interface on top of my wireless NIC phy0 I use the following iw command: Do, I need to tell Wireshark to use this created monitor interface through some configuration or will wireshark automatically detect it ?? I am downloading wireshark from the following URL suggested in the HOWTO section of Wiki page of open80211s: https://www.wireshark.org/develop.html. I built it from source code and install it. Please provide your valuable comments. Thanks and Regards, |
Wireshark will work fine, just point it at monitor1; you created
it correctly.
|
"All this was done as wireshark was unable to capture the beacons".... are you sure? |
Hi, I will redo everything once again and recheck and come back. |
Hello Guys, I did the experiments once again. Wireshark is working. But it worked only when I ran wireshark in Ubuntu 14.04 after downloading its source code from the link mentioned in the HOWTO section : https://github.com/o11s/open80211s/wiki/HOWTO. So, conclusion is that Wireshark captures the 802.11s frames. |
Dear All,
I am trying to set up a MESH network using open80211s implementation. First I will form the open MESH with no encryption and then later on with encryption and SAE authentication.
I want to use a L2 protocol analyser for capturing the 802.11s frames when the MESH Stations start communicating once the MBSS gets formed. In the Wiki pages Wireshark has been suggested as the tool to capture 802.11s frames.
But the procedure to configure Wireshark so as to capture 802.11s frames is not explained and I am not able to capture and analyse the 802.11s frames.
Please help me and refer me to a good L2 protocol analyser so that I will be able to capture and analyse the 802.11s frames when the MESH Stations communicate in the MBSS.
Thanks and Regards,
Sritam Paltasingh.
The text was updated successfully, but these errors were encountered: