osd-contiki/platform/win32/net
oliverschmidt ca05ae80a5 Added automatic detection of Ethernet address - this makes the WinPcap packet driver service kind of working :-)
First the WinPcap library is used to enumerate the existing interfaces to make sure that only those are taken into account which the WinPcap library is able to actually work with. Their IP addresses are compaired against the one on the cmdline to find the desired interface.

Then the IP Helper API is used to enumerate the existing adapters to find out the the Ethernet address of the desired adapter. This Ethernet address is then used by Contiki too.
2006-10-06 22:39:31 +00:00
..
wpcap-dsc.c Added network support to the Win32 platform. 2006-09-23 20:25:02 +00:00
wpcap-service.c Added automatic detection of Ethernet address - this makes the WinPcap packet driver service kind of working :-) 2006-10-06 22:39:31 +00:00
wpcap-service.h Added network support to the Win32 platform. 2006-09-23 20:25:02 +00:00