4 | LINKTYPE_APPLE_IP_OVER_IEEE1394 5 |
6 |Packet structure
8 |9 | +---------------------+ 10 | | Destination address | 11 | | (8 Octets) | 12 | +---------------------+ 13 | | Source address | 14 | | (8 Octets) | 15 | +---------------------+ 16 | | Packet type | 17 | | (2 Octets) | 18 | +---------------------+ 19 | | Payload | 20 | . . 21 | . . 22 | . . 23 |24 | 25 |
Description
26 |27 | The destination and source addresses are the EUI-64 IEEE 1394 addresses of 28 | the destination and source of the packet. The packet type is an 29 | Ethernet type, in network byte order. 30 |
31 |