1 #ifndef PACKETPP_ARP_LAYER 2 #define PACKETPP_ARP_LAYER uint8_t hardwareSize
Definition: ArpLayer.h:28
uint16_t opcode
Definition: ArpLayer.h:32
uint32_t targetIpAddr
Definition: ArpLayer.h:40
Definition: ArpLayer.h:22
IPv4Address getTargetIpAddr()
Definition: ArpLayer.h:109
Definition: IpAddress.h:113
Definition: MacAddress.h:21
MacAddress getTargetMacAddress()
Definition: ArpLayer.h:97
uint8_t senderMacAddr[6]
Definition: ArpLayer.h:34
size_t getHeaderLen()
Definition: ArpLayer.h:122
uint8_t protocolSize
Definition: ArpLayer.h:30
void computeCalculateFields()
ARP request.
Definition: ArpLayer.h:49
OsiModelLayer
Definition: ProtocolType.h:213
Definition: ProtocolType.h:220
void parseNextLayer()
Definition: ArpLayer.h:117
Definition: ProtocolType.h:71
uint8_t targetMacAddr[6]
Definition: ArpLayer.h:38
ArpOpcode
Definition: ArpLayer.h:47
Definition: ArpLayer.h:57
uint16_t protocolType
Definition: ArpLayer.h:26
IPv4Address getSenderIpAddr()
Definition: ArpLayer.h:103
uint32_t senderIpAddr
Definition: ArpLayer.h:36
uint16_t hardwareType
Definition: ArpLayer.h:24
OsiModelLayer getOsiModelLayer()
Definition: ArpLayer.h:136
ARP reply (response)
Definition: ArpLayer.h:50
arphdr * getArpHeader()
Definition: ArpLayer.h:85
MacAddress getSenderMacAddress()
Definition: ArpLayer.h:91
ArpLayer(uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet)
Definition: ArpLayer.h:67
The main namespace for the PcapPlusPlus lib.