Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Dec 23, 2007, 12:09:04 AM (16 years ago)
- Author:
-
QuLogic
- Comment:
-
Was a bit confusing having hex in the first column, but decimal in the top row...
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
12 | 12 | On top of UDP, another layer is implemented to keep track of sequencing and splitting of packets. This layers prepends every packet with the following 36-byte structure: |
13 | 13 | |
14 | | || ||0||4||8||12|| |
| 14 | ||'''Offset'''||'''0'''||'''4'''||'''8'''||'''C'''|| |
15 | 15 | ||'''00:'''||"VS01"||type||destination||source|| |
16 | 16 | ||'''10:'''||sequence #||response #||split count ||seq. # of 1st packet|| |
… |
… |
|
19 | 19 | '''Note:''' These values are little-endian, which is not network order. |
20 | 20 | |
21 | | ||'''Field'''||'''type'''||'''Length (bytes)'''||'''Description''' |
| 21 | ||'''Field'''||'''Type'''||'''Length (bytes)'''||'''Description''' |
22 | 22 | ||"VS01"||string (non-null terminated)||4||the 4 characters 'V', 'S', '0', '1' |
23 | 23 | ||type||bit-field||4||a bit field describing the type of packet (needs further analysis) |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!