NWMUDS:GetNodeInformationList: Difference between revisions
Steveice10 (talk | contribs) m Steveice10 moved page NWMUDS:DecryptBeaconData to NWMUDS:GetNodeInformationList |
Steveice10 (talk | contribs) mNo edit summary |
||
Line 54: | Line 54: | ||
=Description= | =Description= | ||
The sizes of the input/output buffers are hard-coded. The tag-data buffers begin at the OUI field in the tags(this data is from [[NWMUDS: | The sizes of the input/output buffers are hard-coded. The tag-data buffers begin at the OUI field in the tags(this data is from [[NWMUDS:StartScan]]). Normally tag1buf is unused(all-zero), tag1 is only used when the crypt-size is larger than 0xFA. The decrypted data is byte-swapped to little-endian when copying to the output buffer. | ||
While the input tag-data can be from arbitrary tags, the user-process normally uses OUI type 24/0x18 for tag0 and type 25/0x19 for tag1(when it exists). | While the input tag-data can be from arbitrary tags, the user-process normally uses OUI type 24/0x18 for tag0 and type 25/0x19 for tag1(when it exists). |