Closed brandt closed 8 years ago
When an ARP message is serialized to bytes the target MAC address (FF:FF:FF:FF:FF) is used in place of the target IP address.
FF:FF:FF:FF:FF
This fixes it so that the correct struct member is used for the target IP address.
When an ARP message is serialized to bytes the target MAC address (
FF:FF:FF:FF:FF
) is used in place of the target IP address.This fixes it so that the correct struct member is used for the target IP address.