PcapPlusPlus
PcapLiveDevice.h File Reference
#include "PcapDevice.h"
#include <vector>
#include <string.h>
#include "IpAddress.h"
#include "Packet.h"

Go to the source code of this file.

Classes

class  pcpp::PcapLiveDevice
 
struct  pcpp::PcapLiveDevice::DeviceConfiguration
 

Namespaces

 pcpp
 The main namespace for the PcapPlusPlus lib.
 

Typedefs

typedef void(* pcpp::OnPacketArrivesCallback) (RawPacket *pPacket, PcapLiveDevice *pDevice, void *userCookie)
 
typedef bool(* pcpp::OnPacketArrivesStopBlocking) (RawPacket *pPacket, PcapLiveDevice *pDevice, void *userData)
 
typedef void(* pcpp::OnStatsUpdateCallback) (pcap_stat &stats, void *userCookie)