I have been attempting to sniff the wifi transactions between two devices using monitor mode. I am running windows 10 currently (same issues on win7 tho), with wireshark 1.12.7. I have the airPcap library from the latest acrylic wifi release. Using either of my two wifi to usb devices (rnx-g1 and zew2500p) I appear to be able to sniff the transactions, but they are all malformed. Does anyone know what would cause this, and how it can be fixed? See the image below. asked 15 Oct '15, 10:37 phillipvanoss edited 16 Oct '15, 12:41 Guy Harris ♦♦ |
One Answer:
So AirPcap is irrelevant to this, as it wasn't used to capture the traffic. Either Microsoft or the vendors of 802.11 drivers for Windows do a really bad job of consistently providing, or not providing, the FCS for frames. If you could file a bug on the Wireshark Bugzilla for this and, ideally, attach the capture file to the bug, we might be able to try to find something in the capture file to indicate whether frames have an FCS or not. To quote a comment in the code for Network Monitor files:
answered 16 Oct '15, 12:40 Guy Harris ♦♦ |
Link does not work.
Try this one http://imgur.com/JqBOjwA
Hiding trhe details of the frame in the screenhot does not help to give you an answer!
So did you capture the trace from the image above with Wireshark or with Microsoft Network Monitor?
This particular capture was done with Microsoft Network Monitor and then opened in Wireshark.