|
PcapPlusPlus
25.05
|
A struct representing the build data for an ARP request. More...
#include <ArpLayer.h>
Public Member Functions | |
| ArpRequest (MacAddress const &senderMacAddress, IPv4Address const &senderIPAddress, IPv4Address const &targetIPAddress) | |
| Construct a new Arp Request object. More... | |
A struct representing the build data for an ARP request.
An ARP request is a message sent by a machine to request the MAC address of another machine on the network.
|
inline |
Construct a new Arp Request object.
| senderMacAddress | The MAC address of the machine sending the query. |
| senderIPAddress | The IP address of the machine sending the query. |
| targetIPAddress | The IP address of the target machine being queried. |