Bug 1585

Summary: Length field of A-MSDU subframe header endianness
Product: ns-3 Reporter: Daniel L. <nikkipui>
Component: wifiAssignee: Daniel L. <nikkipui>
Status: RESOLVED FIXED    
Severity: minor CC: ns-bugs, ruben
Priority: P5    
Version: pre-release   
Hardware: All   
OS: Linux   
Attachments: Proposed patch

Description Daniel L. 2013-02-13 09:14:00 UTC
IEEE-802.11-2012

8.3.2.2 A-MSDU format

"The A-MSDU subframe header contains three fields: DA, SA, and Length. The order of these fields and the bits within these fields are the same as the IEEE 802.3 frame format."

IEEE 802.3 Frame format use big endian
Comment 1 Daniel L. 2013-02-13 09:16:29 UTC
Created attachment 1511 [details]
Proposed patch

Changed (De)Serialize to network order.
Comment 2 Daniel L. 2013-02-15 15:39:11 UTC
changeset: 9237:db83a668984c