PcapPlusPlus  Next
pcpp::WinDivertDevice::NetworkInterface Struct Reference

A Windows network interface entry returned by getNetworkInterfaces(). More...

#include <WinDivertDevice.h>

Public Attributes

uint32_t index
 Interface index as provided by Windows.
 
std::wstring name
 Interface name (GUID or friendly/system name)
 
std::wstring description
 Human-readable description from the OS.
 
bool isLoopback
 True if the interface type is software loopback.
 
bool isUp
 True when the interface operational status is up.
 

Detailed Description

A Windows network interface entry returned by getNetworkInterfaces().