lwip-contrib-mac/ports/win32
2007-12-03 20:34:18 +00:00
..
include/arch Added lwippools.h for an example of MEM_USE_POOLS 2007-12-03 20:32:22 +00:00
msvc6 using LWIP_DIR instead of LWIP_SRC environment variable 2007-11-26 19:17:20 +00:00
msvc8 Changed pktif.c/pktdrv.c implementation to remove global variables -> more than one adapter can be used (needed to test DHCP on multiple adapters); added DHCP support; initialize loopif before ethernetif (little bit faster since netif_list starts with ethernetif) 2007-12-03 20:34:18 +00:00
lwipcfg_msvc.h.example Add win32 port (for msvc6, msvc8, and others) 2007-11-23 21:06:07 +00:00
lwipopts.h Added lwippools.h for an example of MEM_USE_POOLS 2007-12-03 20:32:22 +00:00
lwippools.h Added lwippools.h for an example of MEM_USE_POOLS 2007-12-03 20:32:22 +00:00
pktdrv.c Changed pktif.c/pktdrv.c implementation to remove global variables -> more than one adapter can be used (needed to test DHCP on multiple adapters); added DHCP support; initialize loopif before ethernetif (little bit faster since netif_list starts with ethernetif) 2007-12-03 20:34:18 +00:00
pktdrv.h Changed pktif.c/pktdrv.c implementation to remove global variables -> more than one adapter can be used (needed to test DHCP on multiple adapters); added DHCP support; initialize loopif before ethernetif (little bit faster since netif_list starts with ethernetif) 2007-12-03 20:34:18 +00:00
pktif.c Changed pktif.c/pktdrv.c implementation to remove global variables -> more than one adapter can be used (needed to test DHCP on multiple adapters); added DHCP support; initialize loopif before ethernetif (little bit faster since netif_list starts with ethernetif) 2007-12-03 20:34:18 +00:00
pktif.h Changed pktif.c/pktdrv.c implementation to remove global variables -> more than one adapter can be used (needed to test DHCP on multiple adapters); added DHCP support; initialize loopif before ethernetif (little bit faster since netif_list starts with ethernetif) 2007-12-03 20:34:18 +00:00
readme.txt Update win32 readme.txt 2007-11-23 21:58:46 +00:00
sys_arch.c Replace C++ comments from win32 port 2007-11-25 14:48:38 +00:00
test.c Changed pktif.c/pktdrv.c implementation to remove global variables -> more than one adapter can be used (needed to test DHCP on multiple adapters); added DHCP support; initialize loopif before ethernetif (little bit faster since netif_list starts with ethernetif) 2007-12-03 20:34:18 +00:00

lwIP for Win32

- MSVC6 compiler, read contrib\ports\win32\msvc6\readme.txt

- MSVC8 compiler, read contrib\ports\win32\msvc8\readme.txt

lwIP: http://savannah.nongnu.org/projects/lwip/
WinPCap: http://netgroup-serv.polito.it/winpcap/
Visual C++: http://www.microsoft.com/express/download/