PcapPlusPlus
22.11
|
#include "PcapDevice.h"
#include <vector>
#include <string.h>
#include <thread>
#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) (IPcapDevice::PcapStats &stats, void *userCookie) |