lwip-contrib-mac/ports/win32
2012-02-16 13:24:13 +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 changed win32 projects to compile unit tests using correct lwipopts.h, removed unncessesary <FileConfigurations> 2012-02-16 13:24:13 +01:00
.cvsignore Moved lwipopts.h to include subdir, updated ignore lists 2010-03-15 10:40:59 +00:00
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 Minor changes in Win32 port: remove some references to local files in project. 2007-12-31 13:39:20 +00:00
pcapif_helper.c Fixed typos (used pcapif_ instead of pcapifh_) 2011-11-24 20:51:49 +01:00
pcapif_helper.h Fixed typos (used pcapif_ instead of pcapifh_) 2011-11-24 20:51:49 +01:00
pcapif.c pcapif_low_level_input: let IPv6-multicast MAC addresses through, correctly check IPv4-multicast MAC addresses 2011-11-23 21:29:43 +01: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 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/