PcapPlusPlus
Next
|
A struct representing the build data for an ARP reply. More...
#include <ArpLayer.h>
Public Member Functions | |
ArpReply (MacAddress const &senderMacAddress, IPv4Address const &senderIPAddress, MacAddress const &targetMacAddress, IPv4Address const &targetIPAddress) | |
Construct a new Arp Reply object. More... | |
A struct representing the build data for an ARP reply.
An ARP reply is a message sent by a machine in response to an ARP request. It contains the MAC address of the answering machine, and is sent to the IP/MAC address of the machine that sent the original ARP request.
|
inline |
Construct a new Arp Reply object.
senderMacAddress | The MAC address of the machine sending the reply. |
senderIPAddress | The IP address of the machine sending the reply. |
targetMacAddress | The MAC address of the target machine being replied to. |
targetIPAddress | The IP address of the target machine being replied to. |