Byte-Ordering in a Data Packet Under NDISID: Q89374
|
There may be a difference in the byte order in which 16-bit words are
stored in memory versus the order in which the two bytes must be
transmitted onto the network as part of a data packet. This difference
will depend on the processor involved and which part of the data
packet the information falls under.
The information is this article is consistent with the Network Device
Interface Specification (NDIS) version 3.0.
Consider that the data will consist of header(s), the application data, and a trailer(s).
-------------------------------
| | | | |------- Trailer
-------------------------------
| | |____ Application data
| |
| |____ Header
|
|____ Header
When a protocol driver or an NDIS driver sends information, it does
not modify the application data, nor does it modify the ordering of
bytes in integer fields.Additional query words: 3.10 3.50
Keywords :
Version : 3.10 3.50 3.51
Platform : NT WINDOWS
Issue type :
Last Reviewed: July 30, 1999