lwip-contrib-mac/ports/win32
2011-10-21 22:27:55 +02:00
..
check Patch by Gisle Vanem: fix Win32 port for MinGW 2011-09-29 21:43:53 +02:00
include Patch by Gisle Vanem: fix Win32 port for MinGW 2011-09-29 21:43:53 +02:00
msvc8 fixed msvc project files for compiling/running unit tests 2011-10-11 09:17:26 +02:00
.cvsignore Moved lwipopts.h to include subdir, updated ignore lists 2010-03-15 10:40:59 +00:00
lwipcfg_msvc.h.example win32 port: added 3 new defines so that I have less local diffs when testing, print out link-local-IPv6-address if LWIP_IPV6==1 2011-09-02 22:31:05 +02:00
lwippools.h Minor changes in Win32 port: remove some references to local files in project. 2007-12-31 13:39:20 +00:00
pcapif_helper.c Added pcapif that uses the (win)pcap library instead of the (undocumented) packet library. This makes it also usable under other OSes than win32 2010-04-26 20:08:13 +00:00
pcapif_helper.h Added pcapif that uses the (win)pcap library instead of the (undocumented) packet library. This makes it also usable under other OSes than win32 2010-04-26 20:08:13 +00:00
pcapif.c pcapif: remove trailing spaces from adapter names, deleted old (unused) files 2011-10-21 20:03:37 +02:00
pcapif.h pcapif: added IPv6 support, use pcap_next() instead of pcap_poll(), changed occurrences of the string 'pktif' to 'pcapif' 2011-09-02 22:10:26 +02:00
readme.txt Update win32 readme.txt 2007-11-23 21:58:46 +00:00
sio.c win32 sio.c: added missing function sio_tryread(), fixed COM port usage (now it works for me to connect lwIP from win32 to my AVR target using SLIP) 2011-10-21 22:27:55 +02:00
sys_arch.c sys_now() should work for NO_SYS, too (where sys_init() is not called) 2011-10-18 20:14:05 +02:00
test.c win32 port: fixed compilation of test.c, added ppp_impl.h to project 2011-09-13 07:54:33 +02: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/