This module parse ARP (Address_Resolution_Protocol) packets.
None.
Name | Type | Description |
---|---|---|
oper | uint16 | Operation. |
sender_hw_addr | mac | Sender hardware address. |
sender_proto_addr | ipv4 | Sender protocol address. |
target_hw_addr | mac | Target hardware address. |
target_proto_addr | ipv4 | Target protocol address. |
None.