说明: PcapDeviceList devices = SharpPcap.GetAllDevices(); /*If no device exists, print error */ if(devices.Count<1) { Console.WriteLine("No device found on this machine"); return; } int i=0; /* Scan the list printing every entry */ foreach(PcapDevice d
<TopDevil> 上传 | 大小:481kb