Topology Discovery: Difference between revisions

Line 6: Line 6:
A [http://msdn.microsoft.com/en-us/windows/hardware/gg463061.aspx Microsoft protocol] native to Windows Vista and supported on Windows XP via add-on. It operates directly atop Ethernet, using protocol number 0x88D9.
A [http://msdn.microsoft.com/en-us/windows/hardware/gg463061.aspx Microsoft protocol] native to Windows Vista and supported on Windows XP via add-on. It operates directly atop Ethernet, using protocol number 0x88D9.
====LLTD Packet Format====
====LLTD Packet Format====
* Ethernet header (14 bytes):
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
! Field
! Field
! Size
! Size
! Value
|-
| colspan="3" align="center" | '''Ethernet header (14 bytes)'''
|-
|-
| Destination MAC
| Destination MAC
| 6 bytes
| 6 octets
|
|-
|-
| Source MAC
| Source MAC
| 6 bytes
| 6 octets
|
|-
|-
| Protocol
| Protocol
(0x88d9 in [[Endianness|NBO]])
| 2 octets
| 2 bytes
| 0x88d9 in [[Endianness|NBO]]
|-
| colspan="3" align="center" | '''LLTD Demux Header (4 bytes)'''
|-
| Version
| 1 octet
| 1
|-
| Type of Service
| 1 octet
|
*0: Topology Discovery
*1: Quick Discovery
*2: QoS Diagnostics
|-
| Reserved
| 1 octet
| Must be set to 0 by sender
Must be ignored by receiver
|-
| Function
| 1 octet
| Specific to Type of Service values
|-
|}
|}