Bug 2763 - wifi management packets in the PCAPs are all marked as wrong by Wireshark
wifi management packets in the PCAPs are all marked as wrong by Wireshark
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3.26
All All
: P3 minor
Assigned To: sebastien.deronne
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-06-27 16:36 UTC by sebastien.deronne
Modified: 2017-07-17 04:00 UTC (History)
1 user (show)

See Also:


Attachments
pcap file (31.15 KB, application/octet-stream)
2017-06-27 16:36 UTC, sebastien.deronne
Details
patch to fix (2.52 KB, patch)
2017-07-11 16:41 UTC, sebastien.deronne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sebastien.deronne 2017-06-27 16:36:22 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.
Comment 1 sebastien.deronne 2017-07-10 13:42:29 UTC
This seems to be an old bug or it is a wireshark issue.
Comment 2 sebastien.deronne 2017-07-11 14:59:48 UTC
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.
Comment 3 sebastien.deronne 2017-07-11 16:41:36 UTC
Created attachment 2889 [details]
patch to fix

This was because the order bit was set, indicating Wireshark that HT Control field should be printed.
Comment 4 sebastien.deronne 2017-07-12 03:56:24 UTC
Patch to be included in the upcoming release.
Comment 5 sebastien.deronne 2017-07-17 04:00:18 UTC
Fixed in changeset 12965:d0ce069d07d5