PcapPlusPlus  Next
ArpLayer.h File Reference
#include "Layer.h"
#include "IpAddress.h"
#include "MacAddress.h"
#include "DeprecationUtils.h"

Go to the source code of this file.

Classes

struct  pcpp::arphdr
 
struct  pcpp::ArpRequest
 A struct representing the build data for an ARP request. More...
 
struct  pcpp::ArpReply
 A struct representing the build data for an ARP reply. More...
 
struct  pcpp::GratuitousArpRequest
 A struct representing the build data for a gratuitous ARP request. More...
 
struct  pcpp::GratuitousArpReply
 A struct representing the build data a gratuitous ARP reply. More...
 
class  pcpp::ArpLayer
 

Namespaces

 pcpp
 The main namespace for the PcapPlusPlus lib.
 

Enumerations

enum  pcpp::ArpOpcode { pcpp::ARP_REQUEST = 0x0001 , pcpp::ARP_REPLY = 0x0002 }
 An enum for ARP message type. More...
 
enum class  pcpp::ArpMessageType {
  pcpp::Unknown , pcpp::Request , pcpp::Reply , pcpp::GratuitousRequest ,
  pcpp::GratuitousReply
}
 An enum representing the ARP message type. More...