<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I tried a simple program to list all the devices of the remote machine for eg.<br><br><br>IP Addr : 137.72.248.19<br>Port&nbsp; : 9898<br><br>FYI : Attaching a text file(<span style="font-weight: bold;">simple.txt</span>) which contains the code<br><br>and when I try to execute the program the output is (you see one error in bold text)<br><br>output:-----<br>
------------------------------------------------------------------------------------------------<br>
Enter the device you want to list:<br>
rpcap://              ==&gt; lists interfaces in the local machine<br>
rpcap://hostname:port ==&gt; lists interfaces in a remote machine<br>
                          (rpcapd daemon must be up and running<br>
                           and it must accept 'null' authentication)<br>
file://foldername     ==&gt; lists all pcap files in the give folder<br>
<br>
Enter your choice: rpcap://137.72.248.19:9898<br>
<span style="font-weight: bold;">Error in pcap_findalldevs: getaddrinfo(): The specified class was not 
found.  (code 10109)</span><br>
------------------------------------------------------------------------------------------------<br>
here the 137.72.248.19 is the address of remote machine <br>
however it cannot find "getaddrinfo()" during run time<br><br><br>And also&nbsp; I tried executing the daemon : <br>c:\Winpcap&gt;rpcapd.exe -b137.72.248.19 -p9898 -n<br><br>Still the issue remains the same....<br><br>Can anyone help on how to overcome this ??<br><br>Thanks in advance,<br>Vishwesh<br><br><br></td></tr></table><br>