PcapPlusPlus  Next
pcpp::PcapLiveDevice::DeviceInterfaceDetails Struct Reference

A struct that contains all details of a network interface. More...

#include <PcapLiveDevice.h>

Public Attributes

std::string name
 Name of the device.
 
std::string description
 Description of the device.
 
std::vector< IPAddressaddresses
 IP addresses associated with the device.
 
bool isLoopback
 Flag to indicate if the device is a loopback device.
 

Detailed Description

A struct that contains all details of a network interface.