ARP/RARP报文
ARP(Address Resolution Protocol,地址解析协议)是用来将IP地址解析为MAC地址的协议。RARP(Reverse Address Resolution Protocol,反向地址解析协议)是用来将MAC地址解析为IP地址的协议。

| 字段 | 长度(bit) | 含义 | 
| Ethernet Address of Destination | 48比特 | 目的MAC地址。发送ARP请求时,为广播的MAC地址,0xFFFF-FFFF-FFFF。 | 
| Ethernet Address of Sender | 48比特 | 源MAC地址。 | 
| Frame Type | 16比特 | 表示后面数据的类型。对于ARP请求或应答来说,该字段的值为0x0806。 | 
| Hardware Type | 16比特 | 表示硬件地址的类型。对于以太网,该类型的值为“1”。 | 
| Protocol Type | 16比特 | 表示发送方要映射的协议地址类型。对于IP地址,该值为0x0800。 | 
| Hardware Length | 8比特 | 表示硬件地址的长度,单位是字节。对于ARP请求或应答来说,该值为6。 | 
| Protocol Le | 



















