PcapPlusPlus
Next
|
#include <atomic>
#include <vector>
#include <string.h>
#include <thread>
#include <functional>
#include "IpAddress.h"
#include "Packet.h"
#include "PcapDevice.h"
Go to the source code of this file.
Classes | |
class | pcpp::PcapLiveDevice |
struct | pcpp::PcapLiveDevice::DeviceInterfaceDetails |
A struct that contains all details of a network interface. More... | |
struct | pcpp::PcapLiveDevice::DeviceConfiguration |
Namespaces | |
pcpp | |
The main namespace for the PcapPlusPlus lib. | |
Typedefs | |
using | pcpp::OnPacketArrivesCallback = std::function< void(RawPacket *, PcapLiveDevice *, void *)> |
using | pcpp::OnPacketArrivesStopBlocking = std::function< bool(RawPacket *, PcapLiveDevice *, void *)> |
using | pcpp::OnStatsUpdateCallback = std::function< void(IPcapDevice::PcapStats &, void *)> |