lwip-contrib-mac/ports/win32
2014-05-20 12:28:00 +02:00
..
check Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 2014-05-19 21:58:36 +02:00
include bug #35874 reserved identifier violation, 2nd part 2014-05-20 12:28:00 +02:00
msvc8 Added missing files (test_pbuf.c/.h) 2013-01-11 21:24:39 +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 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 bug #35874 reserved identifier violation, 2nd part 2014-05-20 12:28:00 +02:00
pcapif.c Multiple fixes found by coverity scan 2014-04-30 12:25:40 +02:00
pcapif.h bug #35874 reserved identifier violation, 2nd part 2014-05-20 12:28:00 +02:00
readme.txt Update win32 readme.txt 2007-11-23 21:58:46 +00:00
sio.c sio.c: fixed printf had more arguments than the format string needed (because %d was missing) 2014-04-30 22:13:44 +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 fixed compiling port/win32 for C++ 2014-04-30 12:26:17 +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/