Real quick then , just use "IP Helper API" <iphlpapi.h> <iphlpapi.lib><BR><BR>// Fetch NIC information<BR>DWORD GetAdaptersInfo(<BR>  PIP_ADAPTER_INFO pAdapterInfo,<BR>  PULONG pOutBufLen<BR>);<BR><BR>// Fetch for IP's address, default gateway, etc...<BR><BR>DWORD GetInterfaceInfo(<BR>  PIP_INTERFACE_INFO pIfTable,<BR>  PULONG dwOutBufLen<BR>);<BR><BR><BR><BR><BR><BR><BR><BR>----- Message d'origine -----<BR>De: Michal Szostakiewicz <BR>Date: Mardi, 6 Décembre 2005 16:55<BR>Objet: [Winpcap-users] GetAdaptersInfo, a little bit off-topic<BR>À: winpcap-users@winpcap.org<BR><BR>> Hey guys,<BR>> <BR>> This is a little bit off-topic, but I think some of you may know <BR>> the <BR>> answer and I hope you won't kill me.<BR>> <BR>> I've got a problem using GetAdaptersInfo from IPHelper. Sometimes <BR>> it gives <BR>> info that is different from that given by "ipconfig" [usually on <BR>> Windows98].<BR>> <BR>> Is there any other way to get IP adress and DHCP server? [other <BR>> than <BR>> parsing ipconfig's output]<BR>> <BR>> BTW, I need this data to determine if I'm connected with Internet <BR>> or not <BR>> [ie. to check if DHCP server is not 255.255.255.255].<BR>> <BR>> greetz,<BR>> creed<BR>> _______________________________________________<BR>> Winpcap-users mailing list<BR>> Winpcap-users@winpcap.org<BR>> https://www.winpcap.org/mailman/listinfo/winpcap-users<BR>>