PcapPlusPlus
Next
|
A struct representing the build data a gratuitous ARP reply. More...
#include <ArpLayer.h>
Public Member Functions | |
GratuitousArpReply (MacAddress const &senderMacAddress, IPv4Address const &senderIPAddress) | |
Construct a new Gratuitous Arp Reply object. More... | |
A struct representing the build data a gratuitous ARP reply.
A gratuitous ARP reply is an ARP reply that is sent by a machine to announce its presence on the network. It is gratuitous in the sense that it is not in response to an ARP request, but sent unsolicited to the network.
|
inline |
Construct a new Gratuitous Arp Reply object.
senderMacAddress | The MAC address of the machine sending the gratuitous ARP reply. |
senderIPAddress | The IP address of the machine sending the gratuitous ARP reply. |