請問一個用jpcap資料包捕獲的問題

hzxdark發表於2006-05-05
import jpcap.*;
……
NetworkInterface[] devices=JpcapCaptor.getDeviceList();
for(int i=0;i<devices.length;i++)
System.out.println(devices.description);
……

結果出來的是:
Generic dialup adapter
Realtek RTL8169/8110 Family Gigabit Ethernet NIC (Microsoft's Packet Scheduler)

第二行是我的網路卡,第一行Generic dialup adapter是什麼?

小弟剛來,還請各位前輩多多指教。

相關文章