This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
2015-02-24 20:32:00 +01:00
|
|
|
# arp
|
|
|
|
---
|
|
|
|
protocol: &arp
|
|
|
|
name: arp
|
2015-02-24 20:41:22 +01:00
|
|
|
longname: Address Resolution Protocol
|
2015-02-24 20:32:00 +01:00
|
|
|
osilayer: 2
|
|
|
|
fields:
|
|
|
|
- field: htype
|
|
|
|
desc: Hardware type
|
|
|
|
length: 2
|
|
|
|
- field: ptype
|
|
|
|
desc: Protocol type
|
|
|
|
length: 2
|
|
|
|
- field: hlen
|
|
|
|
desc: Hardware address length
|
|
|
|
length: 1
|
|
|
|
- field: plen
|
|
|
|
desc: Protocol address length
|
|
|
|
length: 1
|
|
|
|
- field: oper
|
|
|
|
desc: Operation
|
|
|
|
length: 2
|
|
|
|
- field: sha
|
|
|
|
desc: sender hardware address
|
|
|
|
reflength: hlen
|
|
|
|
- field: spa
|
|
|
|
desc: sender protocol address
|
|
|
|
reflength: plen
|
|
|
|
- field: tha
|
|
|
|
desc: target hardware address
|
|
|
|
reflength: hlen
|
|
|
|
- field: tpa
|
|
|
|
desc: target protocol address
|
|
|
|
reflength: plen
|
|
|
|
|
|
|
|
|