ARP

new ARP()

ARP protocol layer
Properties
NameTypeDescription
data.hardwareTypenumberHardware type (HTYPE)
data.protocolTypenumberProtocol type (PTYPE)
data.hardwareLengthnumberHardware address length (HLEN)
data.protocolLengthnumberProtocol length (PLEN)
data.opcode'who-has' | 'is-at'Operation: 1 (request) for `who-has`, 2 (reply) for `is-at`.
data.hardwareSrcstringSender hardware address (SHA)
data.protocolSrcstringSender protocol address (SPA)
data.hardwareDststringTarget hardware address (THA)
data.protocolDststringTarget protocol address (TPA)
Implements