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