Bugzilla – Bug 2763
wifi management packets in the PCAPs are all marked as wrong by Wireshark
Last modified: 2017-07-17 04:00:18 UTC
Created attachment 2880 [details] pcap file Tommaso noticed a strange thing when debugging some code. If we run wifi-simple-infra, the wifi management packets in the PCAPs are all marked as wrong by Wireshark. Pcap is in attachment.
This seems to be an old bug or it is a wireshark issue.
This is well a ns-3 bug. This is related to a HT Control field that should not be present here. I will work on a fix.
Created attachment 2889 [details] patch to fix This was because the order bit was set, indicating Wireshark that HT Control field should be printed.
Patch to be included in the upcoming release.
Fixed in changeset 12965:d0ce069d07d5