Relative Content

Tag Archive for c#sharppcap

How to access friendly name of device in SharpPCap

I want to access the friendly name of network devices in C# using the SharpPCap library. I get a list of devices with CaptureDeviceList deviceList = CaptureDeviceList.Instance; and loop through it with a foreach to access each one: