2003-01-29 16:30:47 +00:00
|
|
|
lwIP for Win32
|
|
|
|
|
|
|
|
***WARNING***
|
|
|
|
The current CVS code of this port isn't much tested.
|
|
|
|
***WARNING***
|
|
|
|
|
|
|
|
This is a quickly hacked port and example project of the lwIP library to
|
|
|
|
Win32/MSVC.
|
|
|
|
|
2007-11-10 18:16:40 +00:00
|
|
|
It doesn't (yet?) include support for slipif, ppp or pppoe. This is simply
|
|
|
|
because none of the active developers using this port are using these interfaces
|
|
|
|
right now.
|
|
|
|
|
2007-10-01 20:53:35 +00:00
|
|
|
To get this compiling, you have to set a couple of environment variables:
|
|
|
|
- LWIP_SRC: points to the src subdirectory in the main lwip tree
|
|
|
|
- PCAP_DIR: points to the WinPcap Developer's Packs (containing 'include' and 'lib')
|
2003-01-29 16:30:47 +00:00
|
|
|
|
2007-10-01 20:53:35 +00:00
|
|
|
You also will have to copy the file 'lwipcfg_msvc.h.example' to
|
|
|
|
'lwipcfg_msvc.h' and modify to suit your needs (WinPcap adapter number,
|
|
|
|
IP configuration).
|
2007-09-18 19:46:42 +00:00
|
|
|
|
2003-01-29 16:30:47 +00:00
|
|
|
|
|
|
|
Included in the proj/msvc6 directory is the network interface driver using
|
|
|
|
the winpcap library.
|
|
|
|
|
|
|
|
There is no more documentation yet. Try to figure it out yourself.
|
|
|
|
|
|
|
|
This is provided as is, it's just a hack to test some stuff, no serious
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
Florian Schulze (florian.proff.schulze@gmx.net)
|
2007-10-01 20:53:35 +00:00
|
|
|
Simon Goldschmidt
|
2003-01-29 16:30:47 +00:00
|
|
|
|
|
|
|
lwIP: http://www.sics.se/~adam/lwip/
|
2007-10-01 20:53:35 +00:00
|
|
|
WinPCap: http://netgroup-serv.polito.it/winpcap/
|