lwip-contrib-mac/ports/win32
2013-01-11 21:24:39 +01: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 Added missing files (test_pbuf.c/.h) 2013-01-11 21:24:39 +01:00
.cvsignore
lwipcfg_msvc.h.example win32 test: added support for (multiple) SLIP netifs (routing between pcap and SLIP works, 2 SLIP netifs can be used for "loopback" SLIP traffic via named pipes) 2011-10-21 22:43:10 +02:00
lwippools.h
pcapif_helper.c Win32 pcapif: use pcap_findalldevs(), not pcap_findalldevs_ex() (we don't capture remotely), added missing casts 2012-02-23 08:46:55 +01:00
pcapif_helper.h Fixed typos (used pcapif_ instead of pcapifh_) 2011-11-24 20:51:49 +01:00
pcapif.c Win32 pcapif: use pcap_findalldevs(), not pcap_findalldevs_ex() (we don't capture remotely), added missing casts 2012-02-23 08:46:55 +01:00
pcapif.h
readme.txt
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 test: added support for (multiple) SLIP netifs (routing between pcap and SLIP works, 2 SLIP netifs can be used for "loopback" SLIP traffic via named pipes) 2011-10-21 22:43:10 +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/