HI, I am also facing same issue while using func PcapGetDeviceList() #include <Array.au3> #include <Winpcap.au3> ;Comment: need Winpcap.au3 ;Comment: opensource.grisambre.net/pcapau3/ ; Comment:Displaying your device list with full information $winpcap=_PcapSetup() ; initialize winpcap $pcap_devices=_PcapGetDeviceList() ; get devices list _ArrayDisplay($pcap_devices,"Devices list",-1,1) ; display it _PcapFree() ; The outcome is basically showing only one interface data (rather all interfaces) that too in off-format but the expectation is to get all the list of interfaces Row|Col 0 [0]|rpcap://\Device\NPF_{2C3FCA5C-235F-4B65-B580-6313D58D76D1} [1]|Network adapter 'VMware Virtual Ethernet Adapter' on local host [2]|1 [3]|EN10MB [4]|Ethernet [5]|100000000 [6]|00:50:56:xx:xx:xx [7]|192.168.xx.1 [8]|255.255.255.0 [9]|255.255.255.255 [10]| [11]| [12]| [13]|0