PcapPlusPlus
Next
|
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< IPAddress > | addresses |
IP addresses associated with the device. | |
bool | isLoopback |
Flag to indicate if the device is a loopback device. | |
A struct that contains all details of a network interface.